IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the workflow of designated Type providing the running instance with a Dictionary that contains runtime parameters.
public:
 Guid StartWorkflow(Type ^ workflowType, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ namedArgumentValues);public Guid StartWorkflow(Type workflowType, System.Collections.Generic.Dictionary<string,object> namedArgumentValues);abstract member StartWorkflow : Type * System.Collections.Generic.Dictionary<string, obj> -> GuidPublic Function StartWorkflow (workflowType As Type, namedArgumentValues As Dictionary(Of String, Object)) As GuidParameters
- namedArgumentValues
- Dictionary<String,Object>
A Dictionary that contains runtime parameters for the workflow.
Returns
The instance ID of the workflow that is started.