Versions Compared

Key

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

...

The event handler is a  .xml data file which contains the definitions of the events and the commands which are triggered .

For each job chain which is chain  started by events we need an action to be defined in the event handler. An action has the two parts:

...

  • JobSchedulerSubmitEventTaskAfterMonitor
    • JobSchedulerSubmitEventMonitor can be configured as a monitor for (not shell-) jobs to submit an event.

       

  • JobSchedulerSubmitEventJob
    • JobSchedulerSubmitEventJob can be configured  to submit an event.

  • JobSchedulerDequeueEventsJob
    • Dequeues Events. This job is triggered by orders or by standard job starts.
        
  • JobSchedulerExistsEventJob
    • During job execution in a JobScheduler Workload instance events could be created that should be processed by a JobScheduler Supervisor Instance. This job checks if certain events event exists. The job processes orders which are configured with an event specification. Depending on whether these events exist or not the order will be put into the next_state or into the error_state.  

  • JobSchedulerCheckEvents
    • Check if events exist. This job is executed order driven.

  • JobSchedulerEventJob
    • During job execution in a Job Scheduler Workload instance events could be created that should be processed by a Job Scheduler Supervisor Instance. Process events.  This job is executed order driven

...