ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > NUM_ALL_TASKS

Extracts the number of all tasks contained in the ruleset, whether or not they executed during the ruleset execution.

The extracted value is an integer, and can be compared using the following operators:

NUM_ALL_TASKS operators 
Operator 
Compares 
LT 
less than (<) 
NOT_LT 
greater than or equal to ( >= ) 
GT 
greater than ( > ) 
NOT_GT 
less than or equal to ( <= ) 
EQUALS 
equals ( = ) 
NOT_EQUALS 
does not equal ( != ) 

Related Sections

ALL_TASKS
TASKS_EXECUTED
TASKS_NOT_EXECUTED
NUM_TASKS_EXECUTED
NUM_TASKS_NOT_EXECUTED