ResumeProcessInstance

Resume a previously suspended process instance. See also: SuspendProcessInstance.

  • The request must specify the unique ID of the process instance that is to be resumed.
  • The response indicates whether or not the process instance has been successfully resumed.
Note: This operation can only be used on a process instance that is in a SUSPENDED state. To resume a process instance that is in a HALTED state (as a result of an activity failure) you can use ResumeHaltedProcessInstance to resume the process instance as if the activity had failed. (The process instance immediately enters the FAILED state.)
Action ResumeProcessInstance
Parameter Notes processId: A unique alphanumeric value identifying this particular process instance, for example, pvm:0a100.
Return VoidResult

Required System Action

haltedProcessAdministration