REST API - resumeProcessInstance

The table summarizes the REST API - resumeProcessInstance.

Request

Format
PUT <baseurl>/process/resume/<processid>
Path parameters processid: Unique ID of the process instance to resume. Can be obtained from listProcessInstances , queryProcessInstances , and queryProcessInstancesAlt .

The specified process instance must be in a SUSPENDED state for the request to be valid. An illegalStateFault is returned if the process instance is in any other state.

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/resume/pvm:0a12m
Response
OK