REST API - retryProcessInstance
The table summarizes the REST API - retryProcessInstance.
Request
| Format | PUT <baseurl>/process/retry/instance/<processid> |
| Path parameters | processid: Unique ID of the halted process instance to retry. Can be obtained from queryHaltedProcessInstances
. The specified process instance must be in a HALTED state for the request to be valid. An |
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/retry/instance/pvm:0a121f |
| Response | OK |