Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

...

Job Chain Dependencies

JobScheduler can handle different type types of dependencies at JobChain, Job, Task job chain level, job level, task level and order level.
Few Some use cases for the such dependencies are:

  • JobC can only be started

...

  • after JobA and JobB

...

  • successfully ended.
  • JobB on ServerB can only be started

...

  • after JobA on

...

  • ServerB finished.
  • JobC should not be started

...

  • if JobA is running

JobScheduler can Manage very manage complex dependencies using a variety of inbuilt built-in features such as:

...

...

  • Preprocessing
  • Post-processing

Different Scenarios

  1. Wait_for_all_the_predecessor_jobs_to_finish
  2. Start_jobs_in_different_servers_(Distributed_Processing)
  3. Job_depended_on_previous_execution_status

Related Downloads

This example can be downloaded here: JobChainDependencies.zip
.