SOAP API - getProcessInstanceStatus
The table summarizes the SOAP API - getProcessInstanceStatus.
Request | Uses the processID element (from the ProcessManagement schema) |
Parameter notes | processID: Can be obtained from listProcessInstances , queryProcessInstances , and queryProcessInstancesAlt . |
Response | Returns a getProcessInstanceStatusOutput 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> <getProcessInstanceStatusOutput xmlns="http://www.tibco.com/bx/2009/management/processManagerType"> <processQName> <moduleName/> <processName>SalesCallbackProcess</processName> <version/> </processQName> <id>pvm:0a127</id> <state>ACTIVE</state> <startTime>2011-06-28T15:19:38.317-07:00</startTime> <waitingWorkCount>1</waitingWorkCount> <parentProcessID/> </getProcessInstanceStatusOutput> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.