Job Responses Page

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

Beginning of Job

Occurs at the beginning of the job, before adTempus has evaluated any conditions or attempted to execute any steps.

End of job

Occurs at the end of the job, regardless of the job's outcome.

Conditions failed

Occurs if one or more conditions is not met (occurs only once regardless of how many conditions failed).

Job aborted

Occurs when the job is aborted (manually or as a result of a Job Control action).

Job failed

Occurs when the job is ending with a Failed status, for whatever reason.

Job restarted

Occurs when the job is being restarted by a Job Control action.

Job skipped because another instance is running

Occurs when another instance of the same job is already running and the Multiple Instances rule for the job specifies that the job should be skipped in this situation.

Job succeeded

Occurs when the job finishes with a successful result.

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.

See Also

Responses Overview