complexType NextWorkItem
diagram brm_wsdl_diagrams/brm_wsdl_p1324.png
namespace http://api.brm.n2.tibco.com
children nextItem
annotation
documentation
Definition of the next work item that is of the same piled type as the work item just processed.

(BRM uses this definition with the Piling pattern to identify the next work item to Work Presentation.)
source <xs:complexType name="NextWorkItem">
 
<xs:annotation>
   
<xs:documentation>Definition of the next work item that is of the same piled type as the work item just processed.

(BRM uses this definition with the Piling pattern to identify the next work item to Work Presentation.)
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="nextItem" type="ManagedObjectID" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the next work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NextWorkItem/nextItem
diagram brm_wsdl_diagrams/brm_wsdl_p1325.png
type ManagedObjectID
properties
minOcc 0
maxOcc 1
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
Unique ID of the next work item.
source <xs:element name="nextItem" type="ManagedObjectID" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the next work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

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