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>

包含工作流的运行时参数的 A Dictionary

返回

启动的工作流的实例 ID。

适用于