dynamic

The dynamic keyword specifies the dynamic ordering of rules.

Purpose

This keyword is used to specify the dynamic ordering of the rules that are executed in a rule task.

Context

Rule task definitions

Syntax

ruletask ruleTaskName 
{
   [ordering = dynamic|sorted|literal;] 
};  

Description

Rule tasks execute rules. You can use parameters to specify how the rules are ordered and how many rules are executed.

The keyword ordering specifies how the rules are sorted.