ManualWorkflowSchedulerService::RunWorkflow Method (Guid)
.NET Framework (current version)
Runs the specified workflow instance.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Parameters
- workflowInstanceId
-
Type:
System::Guid
The Guid for the workflow instance to run.
| Exception | Condition |
|---|---|
| ArgumentException | workflowInstanceId is an empty GUID. |
This is a synchronous call that uses the current thread to run the workflow. It does not return until the workflow idles, suspends, completes, terminates, or aborts.
.NET Framework
Available since 3.0
Available since 3.0
Show: