The Responses page defines responses A response defines the actions that the job should take in response to events that occur during its execution. that should be executed for the job.
Responses List
The Responses list lists the responses that have been specified for the job. You can add, edit, delete, or reorder responses. See the Responses topic for more information.
The following events are defined for jobs:
Event |
Description |
Job started |
Occurs at the beginning of the job, before adTempus has evaluated any conditions or attempted to execute any steps. |
Condition(s) failed |
Occurs if one or more conditions is not met (occurs only once regardless of how many conditions failed). |
End of job |
Occurs at the end of the job, regardless of the job's outcome. |
Job aborted |
Occurs when the job is aborted (manually or as a result of a Job Control action). |
Restart limit exceeded |
Occurs when the job is being restarted by a Job Control action but the restart limit specified on that action has been exceeded. |
Job failed |
Occurs when the job is ending with a Failed status, for whatever reason. |
Job is being restarted |
Occurs when the job is being restarted by a Job Control action. |
Job skipped |
Occurs when the job is skipped, either because conditions were not met (if the Skip... option is selected on the Conditions page) or because another instance is already running. |
Job succeeded |
Occurs when the job finishes with a successful result. |