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

Compare with Current View Page History

« Previous Version 3 Next »

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  
  • 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 Incondition of different JobScheduler master (JobScheduler ID: 4460)  edit  Incondition of JobStream's Job.
  • In InCondition's Condition Editor, write expression global:name_of_event 
    For example: global:event1 





  • No labels