Share via


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

Definición

Inicia el flujo de trabajo de Type designado que proporciona a la instancia en ejecución Dictionary que contiene los parámetros en tiempo de ejecución.

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

Parámetros

workflowType
Type

Type del flujo de trabajo.

namedArgumentValues
Dictionary<String,Object>

Dictionary que contiene los parámetros en tiempo de ejecución para el flujo de trabajo.

Devoluciones

El Id. de la instancia del flujo de trabajo que se inicia.

Se aplica a