Diagram

Elements

Job
References
  • Configuration and Use Cases: Job
  • Schema: Job, Job
Notes

Specifies the order-controlled or standalone jobs for which notifications are being sent to a system monitor.
The element can be repeatedly used to specifiy a number of job.
Support for standalone jobs starting with the release 1.11.5.

Attributes:

  • name - accepts a regular expression to specify a number of jobs that match the given pattern, e.g. jobs that are located in the same root folder.
  • notifications - specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
  • scheduler_id - restricts notifications to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that log into the same database.
  • return_code_from - restricts notifications for jobs for a particular return code range.
  • return_code_to - restricts notifications for jobs for a particular return code range.
name
Job name including possible folder names. Java regular expression can be used.
notifications
Specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
scheduler_id
Notifications are restricted to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that would log into the same database. Java regular expression can be used.
return_code_from
Restricts notifications for jobs for a particular return code range.
return_code_to
Restricts notifications for jobs for a particular return code range.
Element Type Required Description
Attribute: name string
Optional Job name including possible folder names. Java regular expression can be used.
Attribute: notifications positiveInteger
  • Fixed: 1
Optional Specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
Attribute: scheduler_id string
Optional Notifications are restricted to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that would log into the same database. Java regular expression can be used.
Attribute: return_code_from integer
Optional Restricts notifications for jobs for a particular return code range.
Attribute: return_code_to integer
Optional Restricts notifications for jobs for a particular return code range.