Edit

Share via


WorkflowInstance.Start Method

Definition

Starts the execution of the workflow instance.

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

Exceptions

The workflow runtime engine is not running.

-or-

The workflow instance has already been started.

Remarks

Start calls ExecuteActivity on the root activity of this workflow instance. If Start encounters an exception, it terminates the workflow instance by calling Terminate with the Message property of the exception passed as the reason for the termination.

Applies to