...
- JobChainA contains 3 Task nodes i.e. TaskA1,TaskA2,TaskA3
- JobChainA contains 1 job node i.e. Submit_End_Event, which will send a EVENT notification to JobScheduler that job has finished.
- JobChainB also contains 3 Task nodes i.e. TaskB1,TaskB2,TaskB3
- 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 .
- JobChainB will wait for JobChainA to finish successfully.
Requirements
- The JobScheduler must run using a database.
- Events are stored permanently in the table "SCHEDULER_EVENTS".
- The JobScheduler must be installed with the Event-Service (JobChain sos/
...