Reference > Rule Languages > ILOG Rule Language > IRL Keywords > default (in Rule Task)

Summary

The keyword used to select the default (RetePlus) execution mode for a rule task. This keyword in the 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