default (in ruletask)

This default keyword selects the RetePlus execution mode for a rule task.

Purpose

In the context of execution modes, the default keyword is used to select the RetePlus execution mode for a rule task.

Context

Rule task definitions

Syntax

ruletask ruleTaskName 
{
    algorithm = default|sequential; 
};  

Description

The value that follows the algorithm keyword indicates which execution mode is used to execute the rules:

  • RetePlus if the algorithm value is default.

  • The sequential mode if the algorithm value is sequential.

    Fastpath is an option within the sequential mode.