complexType AsyncWorkItemDetails
diagram wp_diagrams/wp_p2.png
namespace http://api.brm.n2.tibco.com
children workItemId activityID uaSequenceId brmSequenceId
used by
elements asyncRescheduleWorkItemResponse/messageDetails asyncResumeWorkItemResponse/messageDetails asyncScheduleWorkItemResponse/messageDetails asyncScheduleWorkItemWithModelResponse/messageDetails asyncSuspendWorkItemResponse/messageDetails onNotification/messageDetails
annotation
documentation
Definition of the additional information required for asynchronous work item handling.
source <xs:complexType name="AsyncWorkItemDetails">
 
<xs:annotation>
   
<xs:documentation>Definition of the additional information required for asynchronous work item handling.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="workItemId" type="ObjectID"/>
   
<xs:element name="activityID" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Unique identifier for this message, this identifier will match the request and the response</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="uaSequenceId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Order in which to process the messages for this work item, starting at 1 for the first message in the case of a request. (For a response this is the last message processed from User Task) [A zero implies no messages processed for this work item]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="brmSequenceId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Order in which to process the messages for this work item, starting at 1 for the first message in the case of a request. (For a response this is the last BRM sequence ID processed for this work item before sending this message). [A zero implies no messages processed for this work item]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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