SOAP API - setPriority
The table summarizes the SOAP API - setPriority.
Request | Uses the setPriorityInputelement (from the ProcessManagementschema) |
Parameter notes | processID: Can be obtained from listProcessInstances, queryProcessInstances, and queryProcessInstancesAlt. |
Response | Returns a success element (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:setPriorityInput> <proc:processID>pvm:0a12i</proc:processID> <proc:priority>400</proc:priority> </proc:setPriorityInput> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <proc:success xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">OK</proc:success> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |