which of the following is not a valid exit criteria?
-
Rule
-
rule instance
-
none
-
rule object
D
Correct answer
Explanation
Exit criteria in rule tasks define conditions that halt rule execution. Valid exit criteria include 'Rule' (exit after a specific rule) and 'rule instance' (exit after a rule instance fires). 'Rule object' is not a valid exit criterion type - it's not a standard way to define when rule execution should stop. The question correctly identifies this.