Features
See Also: Product Documentation
| Download an Evaluation Copy
Events and Responses
adTempus uses
an event-drive response mechanism that allows you to create jobs that respond
to error conditions and other situations.
At various points during execution of the job, adTempus fires
predefined events. For example, events are fired:
- When the job starts
- When a program is executed by the job
- If a program fails
- If a job fails
- At many other points (See the complete list of
events for jobs
and job
steps )
For each one of these events, you may define
Responses, which determine the action(s) adTempus will take when the event
is fired. adTempus offers the following actions:
- The Job Control Action can restart a job or job
step, run or abort a job, or hold or release a job.
- The Notification Action can send notification
messages
.
- The File Capture Action can capture and e-mail output files
produced by the job.
- The Script Action can execute a script to perform
any processing you require that is not covered by any of the other
actions. For example, a script can be used to send keystrokes to a
running application.
Using Events and Responses you can build complex conditional logic into
your jobs. For example:

|