complexType AsyncWorkItemDetails
diagram wp_diagrams/wp_p3326.png
namespace http://api.brm.n2.tibco.com
children workItemId activityID uaSequenceId brmSequenceId
annotation
documentation
Definition of the additional information required for asynchronous work item handling.
source <xsd:complexType name="AsyncWorkItemDetails">
 
<xsd:annotation>
   
<xsd:documentation>Definition of the additional information required for asynchronous work item handling.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="workItemId" type="ObjectID"/>
   
<xsd:element name="activityID" type="xs:string">
     
<xsd:annotation>
       
<xsd:documentation>Unique identifier for this message, this identifier will match the request and the response</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="uaSequenceId" type="xs:int">
     
<xsd:annotation>
       
<xsd: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]</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="brmSequenceId" type="xs:int">
     
<xsd:annotation>
       
<xsd: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]</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element AsyncWorkItemDetails/workItemId
diagram wp_diagrams/wp_p3327.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 <xsd:element name="workItemId" type="ObjectID"/>

element AsyncWorkItemDetails/activityID
diagram wp_diagrams/wp_p3328.png
type xs:string
properties
content simple
annotation
documentation
Unique identifier for this message, this identifier will match the request and the response
source <xsd:element name="activityID" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>Unique identifier for this message, this identifier will match the request and the response</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element AsyncWorkItemDetails/uaSequenceId
diagram wp_diagrams/wp_p3329.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 <xsd:element name="uaSequenceId" type="xs:int">
 
<xsd:annotation>
   
<xsd: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]</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element AsyncWorkItemDetails/brmSequenceId
diagram wp_diagrams/wp_p3330.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 <xsd:element name="brmSequenceId" type="xs:int">
 
<xsd:annotation>
   
<xsd: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]</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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