complexType AsyncWorkItemDetails
diagram wp_diagrams/wp_p505.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>

element AsyncWorkItemDetails/workItemId
diagram wp_diagrams/wp_p506.png
type ObjectID
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
source <xs:element name="workItemId" type="ObjectID"/>

element AsyncWorkItemDetails/activityID
diagram wp_diagrams/wp_p507.png
type xs:string
properties
content simple
annotation
documentation
Unique identifier for this message, this identifier will match the request and the response
source <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>

element AsyncWorkItemDetails/uaSequenceId
diagram wp_diagrams/wp_p508.png
type xs:int
properties
content simple
annotation
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]
source <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>

element AsyncWorkItemDetails/brmSequenceId
diagram wp_diagrams/wp_p509.png
type xs:int
properties
content simple
annotation
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]
source <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>


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