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