SqlTrackingWorkflowInstance.InvokingWorkflowInstanceId Property

Definition

Gets or sets the Guid of the workflow instance that invoked this workflow instance.

public:
 property Guid InvokingWorkflowInstanceId { Guid get(); void set(Guid value); };
public Guid InvokingWorkflowInstanceId { get; set; }
member this.InvokingWorkflowInstanceId : Guid with get, set
Public Property InvokingWorkflowInstanceId As Guid

Property Value

The Guid of the workflow instance that invoked this workflow instance or an empty Guid if this workflow instance was not invoked by another 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