allrules
The
allrules keyword sets all the rules
in a rule task as eligible to be executed.
Purpose
This keyword is used to set all the rules as eligible for execution in a rule task.
Context
Rule task definitions
Syntax
ruletask ruleTaskName
{
firing = allrules|rule;
};
Description
The value that follows the firing keyword
indicates whether all the rules are executed (allrules,
the default value) 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.