Share via


IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) Méthode

Définition

Démarre le workflow du Type désigné qui fournit l'instance en cours d'exécution avec un Dictionary qui contient des paramètres d'exécution.

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

Paramètres

workflowType
Type

Type du workflow.

namedArgumentValues
Dictionary<String,Object>

Un Dictionary qui contient des paramètres d'exécution pour le workflow.

Retours

ID de l'instance du workflow démarré.

S’applique à