ActivityTrackingRecord.ExecutionStatus Property

Definition

Gets or sets the execution status of the activity associated with this ActivityTrackingRecord.

public:
 property System::Workflow::ComponentModel::ActivityExecutionStatus ExecutionStatus { System::Workflow::ComponentModel::ActivityExecutionStatus get(); void set(System::Workflow::ComponentModel::ActivityExecutionStatus value); };
public System.Workflow.ComponentModel.ActivityExecutionStatus ExecutionStatus { get; set; }
member this.ExecutionStatus : System.Workflow.ComponentModel.ActivityExecutionStatus with get, set
Public Property ExecutionStatus As ActivityExecutionStatus

Property Value

One of the ActivityExecutionStatus values.

Remarks

A workflow instance only emits activity status events when the execution status of an activity instance changes. Therefore an ActivityTrackPoint can only be matched when an activity execution status change occurs. ExecutionStatus contains the System.Workflow.ComponentModel.ActivityExecutionStatus that triggered the match and caused the ActivityTrackingRecord to be sent. It reflects the current status of the activity instance. ExecutionStatus is set by the runtime tracking infrastructure.

Applies to