Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Job Chain Dependencies
JobScheduler can handle different types of dependencies at job chain level, job level, task level and order level.
Some use cases for the dependencies are
...
- How to wait for parallel predecessor jobs to finish
- Start jobs Example showing how to run a job chain with jobs that are to be run on different servers using process classes for remote execution
- Can execution of a job chain depend on the previous execution status of a job?
Related Downloads
...