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

JobScheduler JobChain contains 4 jobs i.e. Job01, Job02, Job03 and Job04. Job04 can handle different type of dependencies at JobChain and Job level
Few use cases for the dependencies are

  1. JobC can only be started when

...

Code Block

 Split node notify Sync node about Tasks(Jobs) it should wait before proceeding in the JobChain. 

Once all the three nodes(Jobs) finishes processing sync node will continue with processing and Job04 will be started.

JOE diagram of JobChain

Image Removed

JobChain

...

languagehtml/xml

...

  1. JobA and JobB are successfully ended.
  2. JobB on ServerB can only be started when JobA on Server B is finished.
  3. JobC should not be started of JobA is running

JobScheduler can Manage very complex dependencies using variety of inbuilt features such as

  1. Locks
  2. Split and Sync
  3. Eventing
  4. API jobs