complexType WorkItemCommentReference
diagram ec_wsdl_diagrams/ec_wsdl_p838.png
namespace http://base.api.ec.n2.tibco.com
children idReference fullReference
annotation
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
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>

element WorkItemCommentReference/idReference
diagram ec_wsdl_diagrams/ec_wsdl_p839.png
type WorkItemReference
properties
content complex
children workItemId
source <xs:element name="idReference" type="WorkItemReference" minOccurs="1" maxOccurs="1"/>

element WorkItemCommentReference/fullReference
diagram ec_wsdl_diagrams/ec_wsdl_p840.png
type WorkItemFullReference
properties
content complex
children workItemId instanceId applicationActivityInstanceId
source <xs:element name="fullReference" type="WorkItemFullReference" minOccurs="1" maxOccurs="1"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy