ResumeHaltedProcessInstance

Resume execution of a process instance that has halted as a result of an activity failure. Execution continues as if the activity had failed:

  • The request must specify the ID of the process instance that is to be resumed.
  • The response indicates whether the process instance has been successfully resumed.
Note: The process instance immediately enters a FAILED state. This operation effectively allows the erroring process instance to resume and then fail as if it had never halted. It can be used when investigation of the halted process instance indicates that nothing can be done to retrieve it.
Action ResumeHaltedProcessInstance
Parameter Notes processId: A unique alphanumeric value identifying this particular process instance, for example, pvm:0a100. 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.
Return ResumeHaltedProcessInstanceResult

Required System Action

haltedProcessAdministration.