SqlTrackingWorkflowInstance.WorkflowDefinitionUpdated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.