new AsyncWorkItemDetails()
Definition of the additional information required for asynchronous work item handling.
Constructs a new AsyncWorkItemDetails.
The following features are supported:
Members
activityID :string
Unique identifier for this message, this identifier will match the request and the response
This property holds the value of the 'Activity ID' attribute.
Type:
- string
brmSequenceId :number
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]
This property holds the value of the 'Brm Sequence Id' attribute.
Type:
- number
uaSequenceId :number
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]
This property holds the value of the 'Ua Sequence Id' attribute.
Type:
- number
workItemId :tibco.objectapi.brm.ObjectID
This property holds the value of the 'Work Item Id' containment reference.