diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | caseRef processInstanceRef workItemRef | ||
annotation |
|
||
source | <xs:complexType name="CommentReference"> <xs:annotation> <xs:documentation>The comment reference determines which managed object this comment is attached to. Currently supported options are: - Work Item - Process Instance - Case </xs:documentation> </xs:annotation> <xs:sequence> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="caseRef" type="Case" minOccurs="1" maxOccurs="1"/> <xs:element name="processInstanceRef" type="ProcessInstanceReference" minOccurs="1" maxOccurs="1"/> <xs:element name="workItemRef" type="WorkItemCommentReference" minOccurs="1" maxOccurs="1"/> </xs:choice> </xs:sequence> </xs:complexType> |
diagram | |||
type | Case | ||
properties |
|
||
children | reference caseDetails | ||
source | <xs:element name="caseRef" type="Case" minOccurs="1" maxOccurs="1"/> |
diagram | |||
type | ProcessInstanceReference | ||
properties |
|
||
children | instanceId | ||
source | <xs:element name="processInstanceRef" type="ProcessInstanceReference" minOccurs="1" maxOccurs="1"/> |
diagram | |||
type | WorkItemCommentReference | ||
properties |
|
||
children | idReference fullReference | ||
source | <xs:element name="workItemRef" type="WorkItemCommentReference" minOccurs="1" maxOccurs="1"/> |