complexType NextWorkItem
diagram wp_diagrams/wp_p15.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>

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