diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | messageDetails errorMessage | ||
annotation |
|
||
source | <xs:element name="asyncSuspendWorkItemResponse"> <xs:annotation> <xs:documentation>Async - Reply element for the suspendWorkItem operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="messageDetails" type="AsyncWorkItemDetails"> <xs:annotation> <xs:documentation>Information to track which work item this message is associated with.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="errorMessage" type="exception:ErrorLine" minOccurs="0"> <xs:annotation> <xs:documentation>Any error message that needs to be reported. If the errorMessage element is not set, then the operation was successful.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
type | AsyncWorkItemDetails | ||
properties |
|
||
children | workItemId activityID uaSequenceId brmSequenceId | ||
annotation |
|
||
source | <xs:element name="messageDetails" type="AsyncWorkItemDetails"> <xs:annotation> <xs:documentation>Information to track which work item this message is associated with.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||
type | ErrorLine | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | parameter | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="errorMessage" type="exception:ErrorLine" minOccurs="0"> <xs:annotation> <xs:documentation>Any error message that needs to be reported. If the errorMessage element is not set, then the operation was successful.</xs:documentation> </xs:annotation> </xs:element> |