You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

General

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, split node uses JobScheduler JITL job JobChainSplitter. Splitter job starts all the nodes(Jobs) configured as next node for Split node i.e. Job01, Job02 and Job03 will be started in parallel and 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

 
  • No labels