Creates a workflow instance by using the specified parameters.
|
| Name | Description |
|---|
.gif) | CreateWorkflow(Type) | Creates a new workflow instance by using the specified workflow Type. |
.gif) | CreateWorkflow(XmlReader) | Creates a workflow instance by using the specified XmlReader. |
.gif) | CreateWorkflow(Type, Dictionary<(Of <(String, Object>)>)) | Creates a workflow instance by using the specified workflow Type and the arguments to the workflow contained in the specified Dictionary<(Of <(TKey, TValue>)>). |
.gif) | CreateWorkflow(Type, Dictionary<(Of <(String, Object>)>), Guid) | Creates a workflow instance by using the specified parameters. |
.gif) | CreateWorkflow(XmlReader, XmlReader, Dictionary<(Of <(String, Object>)>)) | Creates a workflow instance by using the specified XmlReader objects and the arguments contained in the specified Dictionary<(Of <(TKey, TValue>)>). |
.gif) | CreateWorkflow(XmlReader, XmlReader, Dictionary<(Of <(String, Object>)>), Guid) | Creates a workflow instance by using the specified parameters. |
Top
If the workflow runtime 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.
Reference