다음을 통해 공유


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입니다.

반환

Guid

시작되는 워크플로의 인스턴스 ID입니다.

적용 대상