Setting Rule (Row) Priorities
Each row is like a separate business rule. You can control the order in which sets of rows are executed using the row priority setting.
Rows with higher priorities are executed before those with lower priorities, as follows:
- First, all conditions are checked for all rows that have the highest priority. (The checking order within a set of rows with the same priority is not determinate.)
- Then the rule actions for all of those rows whose conditions evaluate to true are executed. (The execution order is not determinate. The runtime engine optimizes rule execution.)
- The process is repeated for all rows with the next highest priority, and so on.
Ten is the lowest priority and one is the highest. Five is the default priority.
Procedure
Copyright © Cloud Software Group, Inc. All Rights Reserved.