diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | workItemId activityID uaSequenceId brmSequenceId | ||
used by | |||
annotation |
|
||
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> |
diagram | |||||||||||||||
type | ObjectID | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
source | <xs:element name="workItemId" type="ObjectID"/> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |