diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | workItemID workItemPayload getNextPiledItem | ||
annotation |
|
||
source | <xsd:element name="completeWorkItem"> <xsd:annotation> <xsd:documentation>Request element for completeWorkItem operation.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="workItemID" type="ManagedObjectID"> <xsd:annotation> <xsd:documentation>ID of the work item that is to be completed.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="workItemPayload" type="WorkItemBody"> <xsd:annotation> <xsd:documentation>Complete body of the specified work item.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="getNextPiledItem" type="xs:boolean" minOccurs="0"> <xsd:annotation> <xsd:documentation>True, then return the next piled work item.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:element name="workItemID" type="ManagedObjectID"> <xsd:annotation> <xsd:documentation>ID of the work item that is to be completed.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
type | WorkItemBody | ||
properties |
|
||
children | dataModel | ||
annotation |
|
||
source | <xsd:element name="workItemPayload" type="WorkItemBody"> <xsd:annotation> <xsd:documentation>Complete body of the specified work item.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="getNextPiledItem" type="xs:boolean" minOccurs="0"> <xsd:annotation> <xsd:documentation>True, then return the next piled work item.</xsd:documentation> </xsd:annotation> </xsd:element> |