REST API - resumeHaltedProcessInstances
The table summarizes the REST API - resumeHaltedProcessInstances.
Request
Format | PUT <baseurl>/process/resume/halted/<module>/<process>/<version> |
Path parameters |
|
Response
JSON | If successful, returns 204 No Content in the response header. The response body contains an integer value indicating the number of process instances that were resumed. |
XML | If successful, returns 204 No Content in the response header. The response body contains an integer value indicating the number of process instances that were resumed. |
Example
Request | PUT <baseurl>/process/resume/halted/%2FAcme-CommonFields%2FProcess%20Packages%2FCommonFields.xpdl/ErrorTestProcess/1.0.0.201210231047 |
Response | 2 |