element completeWorkItem
diagram wp_diagrams/wp_p1238.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children workItemID workItemPayload getNextPiledItem
annotation
documentation
Request element for completeWorkItem operation.
source <xs:element name="completeWorkItem">
 
<xs:annotation>
   
<xs:documentation>Request element for completeWorkItem operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="workItemID" type="ManagedObjectID">
       
<xs:annotation>
         
<xs:documentation>ID of the work item that is to be completed.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="workItemPayload" type="WorkItemBody">
       
<xs:annotation>
         
<xs:documentation>Complete body of the specified work item.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="getNextPiledItem" type="xs:boolean" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>True, then return the next piled work item.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element completeWorkItem/workItemID
diagram wp_diagrams/wp_p1239.png
type ManagedObjectID
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long        
documentation
Version of the work item.

If not set, the latest version will be used.
annotation
documentation
ID of the work item that is to be completed.
source <xs:element name="workItemID" type="ManagedObjectID">
 
<xs:annotation>
   
<xs:documentation>ID of the work item that is to be completed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element completeWorkItem/workItemPayload
diagram wp_diagrams/wp_p1240.png
type WorkItemBody
properties
content complex
children dataModel
annotation
documentation
Complete body of the specified work item.
source <xs:element name="workItemPayload" type="WorkItemBody">
 
<xs:annotation>
   
<xs:documentation>Complete body of the specified work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element completeWorkItem/getNextPiledItem
diagram wp_diagrams/wp_p1241.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
True, then return the next piled work item.
source <xs:element name="getNextPiledItem" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>True, then return the next piled work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy