Scope:
Global is a keyword used before the name of the event to make the event accessible throughout the multiple JobScheduler with the same database. Once the global event is created we can use it as an InCondition and OutCondition of the same or different JobScheduler masters.
Steps to create Global Events:
- Login to JOC Cockpit and switch to the Job Streams tab.
- Select the graphical view of the Job Stream.
- Drag and drop jobs and edit OutCondition of JobScheduler master_01
- In the Condition Editor Event List under Create Event write the name of the event you want to create and enable the Global Event checkbox for making the event global
- Save and Submit it.
- Now, a global event is created.
- Now, in the different JobScheduler master (JobScheduler ID: master_02) add a global event as an InCondition of JobStream's Job.
- In InCondition's Condition Editor, add global event as an in condition
- Either write expression, i.e. global:name_of_event
For example: global:event1 - Or click on pencil icon to add the inCondition in JobScheduler master_02
- Either write expression, i.e. global:name_of_event
- Save and Submit