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 such dependencies are:
- JobC can only be started when after JobA and JobB are successfully ended.
- JobB on ServerB can only be started when after JobA on ServerB is finished.
- JobC should not be started if JobA is running
JobScheduler can manage complex dependencies using a variety of built-in features such as:
- Locks
- Split and Sync
- EventingEvent Handling
- API jobs
- Pre-processingPreprocessing
- Post-processing
Different Scenarios
...
...
Related Downloads
This example can be downloaded here: JobChainDependencies.zip
.