complexType WorkItemFullReference
diagram ec_wsdl_diagrams/ec_wsdl_p841.png
namespace http://base.api.ec.n2.tibco.com
type extension of WorkItemReference
properties
base WorkItemReference
children workItemId instanceId applicationActivityInstanceId
annotation
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
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>

element WorkItemFullReference/instanceId
diagram ec_wsdl_diagrams/ec_wsdl_p842.png
type xs:string
properties
content simple
annotation
documentation
The Process Instance Id that this Work Item is part of
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>

element WorkItemFullReference/applicationActivityInstanceId
diagram ec_wsdl_diagrams/ec_wsdl_p843.png
type xs:string
properties
content simple
annotation
documentation
The Application Activity Instance Id of the Task which this Work Item originates from.
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>

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