Cisco Cisco Workload Automation 6.3 Developer's Guide

Page of 24
16
Operations
Operations
Cancelled
Timed Out
If the status of a job occurrence is Externally Defined, then CWA is waiting for an external status update.
<operation name="status">
      <input message="tns:status"/>
      <output message="tns:statusResponse"/>
    </operation>
submit
The submit operation replaces predone job or job group instances in the production schedule according to its calendar. 
If there are job or job group instances already completed, these instances are not replaced.
<operation name="submit">
      <input message="tns:submit"/>
      <output message="tns:submitResponse"/>
    </operation>
varset
The varset operation lets you manually set the value of an already existing variable.
<operation name="varset">
      <input message="tns:varset"/>
      <output message="tns:varsetResponse"/>
    </operation>