IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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é.