Cisco Cisco Workload Automation 6.3 Guía Del Desarrollador

Descargar
Página de 24
15
 
Operations
Operations
      <output message="tns:qlimitResponse"/>
    </operation>
resume
The resume operation resumes the production schedule, allowing jobs to be launched after using pause to temporarily 
stop the production schedule. This does not apply to jobs that are waiting on dependencies.
<operation name="resume">
      <input message="tns:resume"/>
      <output message="tns:resumeResponse"/>
    </operation>
status
The status operation displays the status of a job or job group instance.
Status is the condition or state of a job occurrence throughout its life cycle. When a job has entered the schedule and is 
waiting to run or is actively running, possible statuses include:
Active
Waiting on Children
Launched
Waiting on Resource
Waiting On Dependencies
Held
Agent Unavailable
Agent Disabled
Waiting on Group
Timed Out for Day
Waiting on Operator
When a job completes, possible status values are:
Completed Normally
Completed Abnormally
Error Occurred
Orphaned
Skipped
Aborted