[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Dependencies are used to synchronize the job sequence. With a dependence, it's possible to force a job to wait the termination of one or more other jobs before to start.
The termination type (normal or abnormal) of the upstream job can be used to determine if the downstream job must be run or canceled.
It's also possible to create dependencies between tasks.
9.5.1 A dependence between two jobs | ||
9.5.2 Dependence types | ||
9.5.3 Task dependencies |