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

General

Code Block

 JobScheduler JobChain contains 4 jobs i.e. Job01, Job02, Job03 and Job04. Job04 can only be started when Job01,Job02,Job03.
 Order will start with split node first node of the chain, spl

JOE diagram of JobChain

Image Removed

...

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 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 complex dependencies using a variety of built-in features such as:

Different Scenarios

Related Downloads

This example can be downloaded here: JobChainDependencies.zip
.