다음을 통해 공유


WorkflowTrackingRecord.TrackingWorkflowEvent 속성

정의

추적 레코드와 연결된 워크플로 상태 이벤트 형식을 가져오거나 설정합니다.

public:
 property System::Workflow::Runtime::Tracking::TrackingWorkflowEvent TrackingWorkflowEvent { System::Workflow::Runtime::Tracking::TrackingWorkflowEvent get(); void set(System::Workflow::Runtime::Tracking::TrackingWorkflowEvent value); };
public System.Workflow.Runtime.Tracking.TrackingWorkflowEvent TrackingWorkflowEvent { get; set; }
member this.TrackingWorkflowEvent : System.Workflow.Runtime.Tracking.TrackingWorkflowEvent with get, set
Public Property TrackingWorkflowEvent As TrackingWorkflowEvent

속성 값

TrackingWorkflowEvent

TrackingWorkflowEvent 값 중 하나입니다.

설명

TrackingWorkflowEvent는 런타임 추적 인프라에 의해 일치되고 TrackingWorkflowEvent가 전송되게 한 워크플로 상태 이벤트를 나타내는 WorkflowTrackingRecord 값 중 하나를 포함합니다. 워크플로 인스턴스의 현재 상태를 반영합니다. 워크플로 인스턴스는 워크플로 인스턴스의 상태가 변경될 때만 워크플로 상태 이벤트를 내보내므로 WorkflowTrackPoint는 워크플로 상태가 변경될 때만 일치시킬 수 있습니다.

이 속성은 런타임 추적 인프라에서 설정합니다.

적용 대상