WorkflowTrackingRecord.TrackingWorkflowEvent Property

Definition

Gets or sets the type of workflow status event associated with the tracking record.

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

Property Value

One of the TrackingWorkflowEvent values.

Remarks

TrackingWorkflowEvent contains one of the TrackingWorkflowEvent values indicating the kind of workflow status event that was matched by the runtime tracking infrastructure and caused the WorkflowTrackingRecord to be sent. It reflects the current status of the workflow instance. A workflow instance emits workflow status events only when the status of the workflow instance changes, and, therefore, a WorkflowTrackPoint can be matched only when a workflow status change occurs.

This property is set by the runtime tracking infrastructure.

Applies to