SOAP API - queryProcessInstanceCount

The table summarizes the SOAP API - queryProcessInstanceCount.

Request Uses the queryString element (from the ProcessManagement schema)
Parameter notes queryString: For information about valid query strings, see Sorting and Filtering Lists of Process Templates and Instances .
Response Returns an itemCount element (from the ProcessManagement schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">
   <soapenv:Header/>
   <soapenv:Body>
      <proc:queryString>INSTANCE.PRIORITY = 200</proc:queryString>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <proc:itemCount xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">7</proc:itemCount>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>