Edit

Share via


WorkflowInstance.Resume Method

Definition

Resumes execution of a previously suspended workflow instance.

public:
 void Resume();
public void Resume();
member this.Resume : unit -> unit
Public Sub Resume ()

Exceptions

The workflow runtime engine is not running.

Remarks

The host can call Resume to resume execution of a workflow instance that has been previously suspended. If the workflow instance is not in the suspended state, no action is taken. The runtime raises the WorkflowResumed event just before execution of the workflow instance is resumed.

Applies to