Job Triggers

All jobs allow you to trigger the execution of one or more jobs upon completion. This allows you to sequence jobs when certain conditions are met. Four options are available when defining a trigger:

  • On Completion: the trigger always fire
  • On Success (always): the trigger fires upon successful completion, regardless if the job processed data
  • On Success (with data): the trigger fires upon successful completion only if the job processed data
  • On Failure: the trigger fires if an error was detected

Jobs specified as triggers execute in no specific order.

Example: Job Triggers

This job defines two triggers: one On Completion and another On Success (with Data). You may temporarily disable triggers by unchecking the Enable Job Triggers option.