Sequential Rule Sets
Rules in sequential rule sets are processed one-by-one from top to bottom of the rule list.
Rules those conditions are defined and return false are skipped.
The first processed rule targeted to Final Rule Set Result will stop rule set processing and return result of its Expression as the result of whole rule set.
If no rules targeted to Final Rule Set Result are found or all such rules were skipped due to false Condition, the rule set processing will fail with Result Undefined error.
Was this page helpful?