REST API - suspendProcessInstance
The table summarizes the REST API - suspendProcessInstance.
Request
| Format | PUT <baseurl>/process/suspend/<processid> |
| Path parameters | processid: Unique ID of the process instance being suspended. Can be obtained from listProcessInstances , queryProcessInstances , and queryProcessInstancesAlt . |
Response
| JSON | If successful, returns 204 No Content in the response header, and OK in the response body. |
| XML | If successful, returns 204 No Content in the response header, and OK in the response body. |
Example
| Request | PUT <baseurl>/process/suspend/pvm:0a12m |
| Response | OK |