Actions that transition to another state or function or those that stop processing are executed immediately. The following actions are available for all rule bases (assuming that additional states and functions exist to be transitioned to).
•
|
Stop Processing Rules—Stops processing, regardless of how many rules remain in the state. Use this action when you do not want the object compared to any more rules in this or any other state.
|
•
|
Call Function—Transitions to the function you specify and processes the rules in the function. Once the actions in the function rules are executed, control returns to the next action in the rule that called the function.
|
•
|
Transition State and Continue—Transitions to the state you specify and continues processing all the rules in that state until all of those rules have been processed (unless you add another action to stop processing, transition to another state, or call a function).
|