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

Summary

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

Syntax

ruletask ruleTaskName 
{
   [firinglimit = integer value;] 
};  

Description

A rule task aims at firing rules. It is possible to finely parameterize the firing of rules: how are the rules ordered and how many rules will be fired.

The keyword firinglimit specifies how many rules are fired.

See Also

body (in Rule Task), ruletask