IStartWorkflow.StartWorkflow(Type, Dictionary<String,Object>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始所指派 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
參數
- namedArgumentValues
- Dictionary<String,Object>
Dictionary,包含工作流程的執行階段參數。
傳回
已啟動工作流程的執行個體 ID。