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

Summary

The keyword used to select an execution mode for a rule task. This keyword is used in ruletask definition.

Syntax

ruletask ruleTaskName 
{
    algorithm = default|sequential; 
};  

Description

The value following the algorithm keyword indicates which execution mode will be used to fire the rules: the RetePlus mode (the algorithm value is then default, which is its default value) or the sequential mode (the algorithm value is sequential).

See Also

ruletask