Versions Compared

Key

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

...

  1. JobChainA contains 3 Task nodes i.e. TaskA1,TaskA2,TaskA3
  2. JobChainA contains 1 job node i.e. Submit_End_Event, which will send a EVENT notification to JobScheduler that job has finished.
  3. JobChainB also contains 3 Task nodes i.e. TaskB1,TaskB2,TaskB3
  4. JobChainB contains 1 job node i.e. Check_End_Event, which will check if required EVENT notification is present in the JobScheduler DB and contains 1 job node i.e. Remove_End_Event which will remove the events from JobScheduler DB .
  5. JobChainB will wait for JobChainA to finish successfully.

Requirements

  1. The JobScheduler must run using a database.
  2. Events are stored permanently in the table "SCHEDULER_EVENTS".
  3. The JobScheduler must be installed with the Event-Service (JobChain sos/

...