Cisco Cisco Workload Automation 6.3 Guía Del Desarrollador

Descargar
Página de 24
9
 
Operations
Operations
compile
The compile operation compiles the production schedule for the dates specified.
<operation name="compile">
      <input message="tns:compile"/>
      <output message="tns:compileResponse"/>
    </operation>
delrule
The delrule operation deletes a job or job group definition. You can either specify the alias or the ID of the job or job 
group.
<operation name="delrule">
      <input message="tns:delrule"/>
      <output message="tns:delruleResponse"/>
    </operation>
depadd
The depadd operation adds a new job dependency or file dependency.
<operation name="depadd">
      <input message="tns:depadd"/>
      <output message="tns:depaddResponse"/>
    </operation>
depdel
The depdel operation deletes job dependencies and file dependencies. It then replaces that job's predone instances in 
the production schedule.
Refer to the submit operation.
<operation name="depdel">
      <input message="tns:depdel"/>
      <output message="tns:depdelResponse"/>
    </operation>
getmasterstatus
The getmasterstatus operation provides the operational status of the UNIX master being used.
<operation name="getmasterstatus">