SqlTrackingWorkflowInstance.WorkflowDefinition Property

Definition

Gets an Activity that represents the current workflow definition for the workflow instance.

public:
 property System::Workflow::ComponentModel::Activity ^ WorkflowDefinition { System::Workflow::ComponentModel::Activity ^ get(); };
public System.Workflow.ComponentModel.Activity WorkflowDefinition { get; }
member this.WorkflowDefinition : System.Workflow.ComponentModel.Activity
Public ReadOnly Property WorkflowDefinition As Activity

Property Value

An Activity that represents the current workflow definition for the workflow instance.

Remarks

The contents of this property are determined by the tracking data for this workflow instance contained in the SQL database managed by the SqlTrackingService. This tracking data corresponds to tracking records that are sent by the run-time tracking infrastructure for tracking events that are specified by the track points in the TrackingProfile associated with this workflow instance.

Applies to