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

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

Every process needs a trigger to start the process. In JobStream Events are created with Out Conditions and can be used as In Conditions to trigger the next process.


Within same JobStreams

The scope of events within the same JobStream exist until the period exists (i.e. 24 hours). The job creates an event when its Out Condition validates to true and this event can be used as an expression in the In Condition of other jobs within the same Job Streams for further execution. These events can be created and deleted from the Out Condition of any job within the same Job Stream. Once the event created, it is consumed.


Below is the example of events within the same JobStream:
Job Streams: jobstream1


Within different JobStreams

The scope of events within different JobStreams also exists until the period exists (i.e. 24 hours). The job creates an event when its Out Condition validates to true and this event can be used as an expression in the In Condition of jobs from different Job Streams also for further execution of jobs.


Below is the example of events within different Job Streams:

Job Streams: jobstream1 and jobstream2

Among different Masters

Within different Sessions


  • No labels