IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) Method

Definition

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> -> Guid
Public Function StartWorkflow (workflowType As Type, namedArgumentValues As Dictionary(Of String, Object)) As Guid

Parameters

workflowType
Type

The Type of the workflow.

namedArgumentValues
Dictionary<String,Object>

A Dictionary that contains runtime parameters for the workflow.

Returns

The instance ID of the workflow that is started.

Applies to