Hi Team,
I am evaluating this RulesEngine for a solution that requires evaluating rules for data filtering.
I have a workflow with 13 rules. If any of the Rules evaluates to True, I want to include the record for display.
When executing this workflow with 13 rules for 600 records, the whole execution takes 13 seconds.
This is very very slow and I am trying to understand what could be causing this slowness?
Is it because all 13 rules are being evaluated or will the Rules Evaluation be short circuited the moment any of the rule evaluates to true and skip evaluating other rules?
Hi Team,
I am evaluating this RulesEngine for a solution that requires evaluating rules for data filtering.
I have a workflow with 13 rules. If any of the Rules evaluates to True, I want to include the record for display.
When executing this workflow with 13 rules for 600 records, the whole execution takes 13 seconds.
This is very very slow and I am trying to understand what could be causing this slowness?
Is it because all 13 rules are being evaluated or will the Rules Evaluation be short circuited the moment any of the rule evaluates to true and skip evaluating other rules?