REST API - resumeHaltedProcessInstance
The table summarizes the REST API - resumeHaltedProcessInstance.
Request
Format | PUT <baseurl>/process/resume/halted/<processid> |
Path parameters | processid: Unique ID of the halted process instance to resume. Can be obtained from queryHaltedProcessInstances
. The specified process instance must be in a HALTED state for the request to be valid. An illegalStateFault is returned if the process instance is in any other state. |
Copyright © Cloud Software Group, Inc. All rights reserved.