Multiple choice technology

which of the following is not related to the order of rules execuion?

  1. rule flow

  2. sub rule flow

  3. priority

  4. exit criteria

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Rule execution order is controlled by mechanisms like 'rule flow' (explicit sequence), 'sub rule flow' (nested sequences), and 'priority' (numeric precedence). 'Exit criteria' determines WHEN execution stops, not the ORDER of execution. The question correctly identifies this as unrelated to ordering.