diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of WorkItemReference | ||
properties |
|
||
children | workItemId instanceId applicationActivityInstanceId | ||
annotation |
|
||
source | <xs:complexType name="WorkItemFullReference"> <xs:annotation> <xs:documentation>A Work Item Reference including both the Work Item Id, and Process Instance Id, and Application Activity Instance Id used to correlate the Work Item with its parent entity</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="WorkItemReference"> <xs:sequence> <xs:element name="instanceId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The Process Instance Id that this Work Item is part of</xs:documentation> </xs:annotation> </xs:element> <xs:element name="applicationActivityInstanceId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The Application Activity Instance Id of the Task which this Work Item originates from.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="instanceId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The Process Instance Id that this Work Item is part of</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="applicationActivityInstanceId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The Application Activity Instance Id of the Task which this Work Item originates from.</xs:documentation> </xs:annotation> </xs:element> |