WorkflowRuntime.CreateWorkflow Method
.NET Framework 4.5
Creates a workflow instance by using the specified parameters.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateWorkflow(Type) | Creates a new workflow instance by using the specified workflow Type. |
|
CreateWorkflow(XmlReader) | Creates a workflow instance by using the specified XmlReader. |
|
CreateWorkflow(Type, Dictionary<String, Object>) | Creates a workflow instance by using the specified workflow Type and the arguments to the workflow contained in the specified Dictionary<TKey, TValue>. |
|
CreateWorkflow(Type, Dictionary<String, Object>, Guid) | Creates a workflow instance by using the specified parameters. |
|
CreateWorkflow(XmlReader, XmlReader, Dictionary<String, Object>) | Creates a workflow instance by using the specified XmlReader objects and the arguments contained in the specified Dictionary<TKey, TValue>. |
|
CreateWorkflow(XmlReader, XmlReader, Dictionary<String, Object>, Guid) | Creates a workflow instance by using the specified parameters. |
If the workflow run-time engine has not been started, the CreateWorkflow methods call StartRuntime. See StartRuntime for a list of possible exceptions. After you create the workflow instance, call WorkflowInstance.Start on the WorkflowInstance object returned by the CreateWorkflow method to begin its execution.