element completeWorkItemResponse
diagram wp_diagrams/wp_p3092.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children groupID nextWorkItem
annotation
documentation
Response element for the completeWorkItem operation.
source <xsd:element name="completeWorkItemResponse">
 
<xsd:annotation>
   
<xsd:documentation>Response element for the completeWorkItem operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="groupID" type="xs:long">
       
<xsd:annotation>
         
<xsd:documentation>ID of the work group that this work item belongs to.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="nextWorkItem" type="ManagedObjectID">
       
<xsd:annotation>
         
<xsd:documentation>ID of the next work item in the specified work group.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element completeWorkItemResponse/groupID
diagram wp_diagrams/wp_p3093.png
type xs:long
properties
content simple
annotation
documentation
ID of the work group that this work item belongs to.
source <xsd:element name="groupID" type="xs:long">
 
<xsd:annotation>
   
<xsd:documentation>ID of the work group that this work item belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element completeWorkItemResponse/nextWorkItem
diagram wp_diagrams/wp_p3094.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 next work item in the specified work group.
source <xsd:element name="nextWorkItem" type="ManagedObjectID">
 
<xsd:annotation>
   
<xsd:documentation>ID of the next work item in the specified work group.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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