SOAP API - decodeProcessId

The table summarizes the SOAP API - decodeProcessId.

Request Uses the processID element (from the ProcessManagement schema)
Parameter notes processID: Can be obtained from listProcessInstances , queryProcessInstances , and queryProcessInstancesAlt .
Response Returns a processIdDBInfo 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:processID>pvm:0a128</proc:processID>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <processIdDBInfo xmlns="http://www.tibco.com/bx/2009/management/processManagerType">
         <processId>pvm:0a128</processId>
         <objectSpace>PROCESS</objectSpace>
         <dbId>8</dbId>
      </processIdDBInfo>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>