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

Definition

Startar arbetsflödet Type för den avsedda instansen som tillhandahåller den instans som körs med en Dictionary som innehåller körningsparametrar.

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

Parametrar

workflowType
Type

Arbetsflödets Type .

namedArgumentValues
Dictionary<String,Object>

En Dictionary som innehåller körningsparametrar för arbetsflödet.

Returer

Instans-ID för arbetsflödet som startas.

Gäller för