How the scheduler evaluates the status of a condition dependency
Before evaluating a condition dependency, the scheduler considers the current existence of at least one possible path for progression.
Based on these evaluations, the condition dependency status can
be:
- U (Undefined)
- When the check cannot be performed or when a possible path for progression does not exist in the plan.
- T (True)
- When both
the following conditions occur:
- A possible path for progression exists in the plan.
- When the evaluation was made and the result matches the expected value.
- F (False)
- When
both the following conditions occur:
- A possible path for progression exists in the plan.
- The evaluation was made and the result does not match the expected value.