Introduction
Monitors (also called Pre-/Post-Processing Monitors) are used with Jobs to provide pre-processing and post-processing capabilities by Scripting. Pre-Processing Monitors are executed before a task or processing step is executed by the JobScheduler. Similarly Post-Processing Monitors are executed once a task or processing step has been completed.
Scripted Pre-/Post-Processing Monitors
- Monitor scripts can include
- Java classes
- JavaScript code
- Scripting is a powerful means for flexibility:
- The JobScheduler exposes its objects, methods and properties by way of its API Interface.
- Find details and examples in the Reference Documentation.
Methods of Specifying Monitors
Monitors can be specified in the following ways:
- As Named Monitors:
- Named Monitors are specified in the configuration of individual jobs.
- As Enforced Monitors:
- Enforced Monitors are specified in the JobScheduler configuration and are therefore by default applicable to all jobs executed by the JobScheduler.
- Filters can be used to limit the monitors and the jobs that they are applied to.
- Enforced Monitors are specified in the JobScheduler configuration and are therefore by default applicable to all jobs executed by the JobScheduler.
A Monitor can be specified as both a Named Monitor and as an Enforced Monitor.
See also
- How to configure a Named Monitor
- How to configure an Enforced Monitor
- How to add conditions for job execution with date calculation
- How to use Job Post-processing to handle Exit Codes
- The Monitor XML Element in the JobScheduler Reference Documentation