Response Event Properties

A Response Event defines an event that will trigger the Response. In the Response Event properties window, select the event that you want to respond to.

The events that are available will depend on the job or kind of task you are creating the response for. For a list and description of the events that are valid for a job or task, see the help topic for the Responses page of the job or task type.

Use a script to determine whether the Response will be activated

Use this option if you want to run a Script to determine wether the Response should execute. adTempus executes the script when the event occurs during job execution. The script then returns a True or False result to indicate whether the Response should execute.

For example, if you have selected the "Step Ends" event, adTempus will run your script when the step ends. Your script then determines whether the Response will execute.

 

Related Concepts

Events