<job>

Defines the root element for job scheduling.

Description

A job contains parameters for jobargs, scheduling options, and which triggers to use..

Definition

<!ELEMENT job (jobargs?,resourcediscovery?,active?,passuserenv?,runonresourcestart?,runonserverstart?,runoneachresource?,triggers*)>
<!ATTLIST job
          name     CDATA     #REQUIRED
          job      CDATA     #REQUIRED
          user     CDATA     #IMPLIED
          priority CDATA     #IMPLIED >

Attributes

name

Specifies the unique schedule name.

job

Defines the unique name of the job associated with the schedule.

user

priority

Sets the priority in which the job runs.

Elements

<jobargs>

Allows specifying values for jabargs facts on job submission.

<resourcdiscovery>

Enables the job to discover facts on a resource.

<active>

Designates the schedule is activated when it is deployed.

<passuseerenv>

Indicates the user’s environment factset, if available, is availabe when the job is executed.

<runonresourcestart>

Specifies the job is run when a resource has logged in.

<runonserverstart>

Specifies the job is run after the server has started.

<runoneachresource>

Specifies the job is run on every resource..

<triggers>

Defines what triggers, if any, are used for this scheduled job.

Parent