SqlTrackingWorkflowInstance.Status 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 the status of the workflow instance.
public:
property System::Workflow::Runtime::WorkflowStatus Status { System::Workflow::Runtime::WorkflowStatus get(); void set(System::Workflow::Runtime::WorkflowStatus value); };
public System.Workflow.Runtime.WorkflowStatus Status { get; set; }
member this.Status : System.Workflow.Runtime.WorkflowStatus with get, set
Public Property Status As WorkflowStatus
Property Value
A WorkflowStatus that represents the current status of the workflow instance.
Remarks
Status is determined based on the tracking data for the workflow instance, specifically on the workflow tracking records sent by the run-time tracking infrastructure; therefore Status depends, in part, on the WorkflowTrackPoint objects in the TrackingProfile for the workflow instance. WorkflowTrackingRecord.TrackingWorkflowEvent in each WorkflowTrackingRecord maps to one of the WorkflowStatus values. If no workflow tracking records have been sent by the run-time tracking infrastructure for this workflow instance, Status is Created.