IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) メソッド

定義

ランタイム パラメーターを含むTypeを実行中のインスタンスに提供する、指定されたDictionaryのワークフローを開始します。

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

パラメーター

workflowType
Type

ワークフローの Type

namedArgumentValues
Dictionary<String,Object>

ワークフローのランタイム パラメーターを含む Dictionary

返品

開始されるワークフローのインスタンス ID。

適用対象