SqlTrackingWorkflowInstance.WorkflowEvents Property

Definition

Gets the list of workflow tracking records that have been sent for this workflow instance to a SqlTrackingService database by the run-time tracking infrastructure.

C#
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.WorkflowTrackingRecord> WorkflowEvents { get; }

Property Value

The list of WorkflowTrackingRecord objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.

Remarks

If AutoRefresh is true, WorkflowEvents contains all workflow tracking records sent for this workflow instance up to the current time; if AutoRefresh is false, WorkflowEvents contains the workflow tracking records sent up until the last Refresh.

WorkflowEvents contains workflow tracking records sent to a database by the run-time tracking infrastructure for this workflow instance. Workflow tracking records are sent by the workflow run-time engine tracking infrastructure only when the workflow instance emits a workflow status event that corresponds to a WorkflowTrackPoint specified in the TrackingProfile for the instance.

Applies to

Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1