SOAP API - getProcessInstanceSummary

The table summarizes the SOAP API - getProcessInstanceSummary.

Request Uses the processID element (from the ProcessManagement schema)
Parameter notes processID: Can be obtained from listProcessInstances , queryProcessInstances , and queryProcessInstancesAlt .
Response Returns a processInstanceSummary 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:0a127</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>
      <processInstanceSummary xmlns="http://www.tibco.com/bx/2009/management/processManagerType">
         <summary>Summary for pvm:0a127
Process SalesCallbackProcess, version 1.0.0.201105061158, ACTIVE, active.state
Root Task [{TASK}bpelProcessActivity], waiting.state
- _BX_flow [{TASK}bpelFlowActivity], waiting.state
  - Start [{TASK}bpelScopeActivity], done.state
    - _BX_sequence [{TASK}bpelSequenceActivity], done.state
      - _BX_receive [{TASK}bpelReceiveActivity], done.state
      - _BX_assign [{TASK}bpelAssignActivity], done.state
  - EndEvent [{TASK}bpelEmptyActivity], starting.state
  - ReturnCall [{TASK}bpelExtensionActivity], waiting.state
  - Start to ReturnCall [{LINK}bpelLink], from=Start, to=ReturnCall, true.state
  - ReturnCall to EndEvent [{LINK}bpelLink], from=ReturnCall, to=EndEvent, unset.state</summary>
      </processInstanceSummary>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>