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

Definition

Startet den Workflow der vorgesehenen Type Bereitstellung der ausgeführten Instanz mit einer Dictionary Instanz, die Laufzeitparameter enthält.

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

Parameter

workflowType
Type

Der Type des Workflows.

namedArgumentValues
Dictionary<String,Object>

A Dictionary that contains runtime parameters for the workflow.

Gibt zurück

Die Instanz-ID des workflows, der gestartet wird.

Gilt für: