diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | workItemID workItemPayload hiddenPeriod | ||
annotation |
|
||
source | <xs:element name="closeWorkItem"> <xs:annotation> <xs:documentation>Request element for closeWorkItem operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of a work item that is to be closed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workItemPayload" type="WorkItemBody"> <xs:annotation> <xs:documentation>Complete body of the specified work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="hiddenPeriod" type="HiddenPeriod"> <xs:annotation> <xs:documentation>Information about how long the specified work item is hidden. NOTE: If a hiddenPeriod is specified the work item will transition to the PendHidden state, rather than Pended. Operations that work on the Pended state (e.g. reallocateWorkItem) cannot then access the work item until the hiddenPeriod expires, at which point the system automatically transitions the work item back to the Pended state.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of a work item that is to be closed.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | WorkItemBody | ||
properties |
|
||
children | dataModel | ||
annotation |
|
||
source | <xs:element name="workItemPayload" type="WorkItemBody"> <xs:annotation> <xs:documentation>Complete body of the specified work item.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | HiddenPeriod | ||
properties |
|
||
children | hiddenDuration visibleDate | ||
annotation |
|
||
source | <xs:element name="hiddenPeriod" type="HiddenPeriod"> <xs:annotation> <xs:documentation>Information about how long the specified work item is hidden. NOTE: If a hiddenPeriod is specified the work item will transition to the PendHidden state, rather than Pended. Operations that work on the Pended state (e.g. reallocateWorkItem) cannot then access the work item until the hiddenPeriod expires, at which point the system automatically transitions the work item back to the Pended state.</xs:documentation> </xs:annotation> </xs:element> |