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

Définition

Démarre le flux de travail désigné Type fournissant 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

Flux Type de travail.

namedArgumentValues
Dictionary<String,Object>

Qui Dictionary contient des paramètres d’exécution pour le flux de travail.

Retours

ID d’instance du flux de travail démarré.

S’applique à