SOAP API - resumeHaltedProcessInstances

The table summarizes the SOAP API - resumeHaltedProcessInstances.

Request Uses the qualifiedProcessNameelement (from the ProcessManagementschema)
Parameter notes You can determine the process instances that are halted using the queryHaltedProcessInstances method. Using the halted process instance process name, use listProcessTemplates to determine the moduleName, processName and version parameters.
Response Returns an itemCountelement (from the ProcessManagementschema)
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:qualifiedProcessName>
         <proc:moduleName>/Test/Process Packages/Test.xpdl</proc:moduleName>
         <proc:processName>TestProcess</proc:processName>
         <proc:version>1.0.0.201209131815</proc:version>
      </proc:qualifiedProcessName>
   </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">2</proc:itemCount>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>