element listProcessInstanceAttributesInput
diagram pm_wsdl_diagrams/pm_wsdl_p70.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processQName pm:attributeType
annotation
documentation
Request element for listProcessInstanceAttributes operation.

Attributes include process parameters, process data fields and pre-defined/system variables.

These attributes can also be used in process instance queries - see queryProcessInstances.
source <xsd:element name="listProcessInstanceAttributesInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for listProcessInstanceAttributes operation.

Attributes include process parameters, process data fields and pre-defined/system variables.

These attributes can also be used in process instance queries - see queryProcessInstances.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processQName" type="pm:QualifiedProcessName">
       
<xsd:annotation>
         
<xsd:documentation>Criteria identifying the process template(s) for which process instance attributes are to be listed.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="attributeType" type="pm:AttributeType">
       
<xsd:annotation>
         
<xsd:documentation>(Optional) Enumerated value which, if specified, filters the result set to include only those attributes which belong to the specified type (FILTERABLE, SORTABLE, DISPLAYABLE or HALT_ONLY).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

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