firing
The
firing keyword determines whether
all the rules are executed.
Purpose
This keyword is used to determine whether all the rules of a rule task are executed or only one of them.
Context
Rule task definitions
Syntax
ruletask ruleTaskName
{
[firing = allrules|rule;]
};
Description
The value following the firing keyword
indicates whether all rules are executed (allrules,
the default) or whether only one rule is executed (rule).
Note:
All instances of one rule are executed. If only one rule is executed, use the keyword firinglimit. See also ruletask for more information.