sequential

The sequential keyword specifies the execution mode of a rule task.

Purpose

This keyword is used to select the sequential execution mode for a rule task.

Context

Rule tasks

Syntax

ruletask ruleTaskName 
{
    algorithm = default|sequential; 
};  

Description

The value that follows the algorithm keyword indicates which execution mode is used to execute 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).