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

定義

啟動 指定的 Type 工作流程,提供執行中的實例包含執行時參數的 a 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 A 包含工作流程的執行參數。

傳回

啟動的工作流程實例 ID。

適用於