When the scheduler evaluates the status of a condition dependency
The status of condition dependencies and, consequently, the status
of the condition to which they belong, is evaluated when the conditional
predecessor has one of the following statuses:
- S
- Started
- E
- Ended in Error
- C
- Completed
- X
- Suppressed by Condition
The condition dependency is evaluated only when a path in the plan exists, otherwise the condition dependency remains Undefined until a manual intervention or a Rerun is done.
A possible path for the conditional predecessor exists when at
least one of the following conditions occurs:
- The job is set to C and a normal successor exists.
- There is at least one conditional successor that has all the subsets of conditions referencing that conditional predecessor true according to the condition rules.