diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | idReference fullReference | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="WorkItemCommentReference"> <xs:annotation> <xs:documentation>When submitted, a Work Item Comment can be referenced just by the Work Item Id, but this requires additional work by Event Collector before adding the comment. This is ok for low volumes, but for high volumes it is preferred that the Work Item Full Reference is used, which also includes the Process Instance Id and Application Activity Instance Id of the Work Item</xs:documentation> </xs:annotation> <xs:sequence> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="idReference" type="WorkItemReference" minOccurs="1" maxOccurs="1"/> <xs:element name="fullReference" type="WorkItemFullReference" minOccurs="1" maxOccurs="1"/> </xs:choice> </xs:sequence> </xs:complexType> |
diagram | |||
type | WorkItemReference | ||
properties |
|
||
children | workItemId | ||
source | <xs:element name="idReference" type="WorkItemReference" minOccurs="1" maxOccurs="1"/> |
diagram | |||
type | WorkItemFullReference | ||
properties |
|
||
children | workItemId instanceId applicationActivityInstanceId | ||
source | <xs:element name="fullReference" type="WorkItemFullReference" minOccurs="1" maxOccurs="1"/> |