complexType bulkCancelOptions
diagram pm_wsdl_diagrams/pm_wsdl_p49.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processInstances pm:databaseIds
used by
element bulkCancelProcessInstancesRequestType/options
annotation
documentation
Provides options on specifying list of process instances
source <xsd:complexType name="bulkCancelOptions">
 
<xsd:annotation>
   
<xsd:documentation>Provides options on specifying list of process instances</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="processInstances" type="pm:ProcessInstancesType" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>(Optional) specified the process instances to be cancelled.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="databaseIds" type="pm:DatabaseIdType" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>(Optional) specified the database id(internal pvm ids) to be cancelled.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

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