SqlTrackingWorkflowInstance.WorkflowDefinitionUpdated Property

Definition

Gets a value that indicates whether the workflow has been updated since the last time WorkflowDefinition was loaded.

public:
 property bool WorkflowDefinitionUpdated { bool get(); };
public bool WorkflowDefinitionUpdated { get; }
member this.WorkflowDefinitionUpdated : bool
Public ReadOnly Property WorkflowDefinitionUpdated As Boolean

Property Value

true if the workflow has been updated; otherwise false.

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