Triggers determine when a job should be run. Each job may have any number of triggers, allowing it to respond to various kinds of events.
The triggers for a job are managed through the Trigger page of the job's properties.
adTempus supports the following triggers:
The Schedule Trigger is used to execute jobs at specific dates and times.
The Startup Trigger is used to execute jobs whenever the adTempus service is started.
The File Trigger is used to execute jobs based on file creation, deletion, or modification.
The Computer Monitor Trigger is used to monitor remote computers and execute jobs when they fail.
The Event Log Monitor is used to monitor the computer's Event Log and execute jobs when certain events are logged.
The Process Trigger is used to monitor external processes and execute jobs when they start, end, or exceed memory limits.
The WMI Trigger is used to monitor Windows Management Instrumentation (WMI) events and trigger jobs based on those events.
|
There is no Trigger to run one job based on the outcome of another. In adTempus this scenario is handled through Responses instead. See the Trigger One Job When Another Finishes topic for more information. |