.NET Framework Class Library
WorkflowRuntime..::.CreateWorkflow Method

Creates a workflow instance by using the specified parameters.

Overload List

  NameDescription
Public methodCreateWorkflow(Type)Creates a new workflow instance by using the specified workflow Type.
Public methodCreateWorkflow(XmlReader)Creates a workflow instance by using the specified XmlReader.
Public methodCreateWorkflow(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>)>).
Public methodCreateWorkflow(Type, Dictionary<(Of <(String, Object>)>), Guid)Creates a workflow instance by using the specified parameters.
Public methodCreateWorkflow(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>)>).
Public methodCreateWorkflow(XmlReader, XmlReader, Dictionary<(Of <(String, Object>)>), Guid)Creates a workflow instance by using the specified parameters.
Top
Remarks

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.

See Also

Reference

Tags :


Page view tracker