Reference > Rule Languages > ILOG Rule Language > IRL Keywords > firing

Summary

The keyword used to set the basis of rules fired in a rule task. This keyword is used in the ruletask definition

Syntax

ruletask ruleTaskName 
{
   [firing = allrules|rule;] 
};  

Description

The value following the firing keyword indicates whether all rules are fired (allrules, the default) or whether only one rule is fired (rule).

See Also

ruletask