Edit

Share via


SqlTrackingWorkflowInstance.WorkflowInstanceInternalId Property

Definition

Gets or sets a number that can be used to find related records in separate views for this workflow instance.

public:
 property long WorkflowInstanceInternalId { long get(); void set(long value); };
public long WorkflowInstanceInternalId { get; set; }
member this.WorkflowInstanceInternalId : int64 with get, set
Public Property WorkflowInstanceInternalId As Long

Property Value

A number that can be used to find related records in separate views for this workflow instance.

Remarks

This is an internal join operation. WorkflowInstanceInternalId provides a more efficient way to access data for a workflow instance in a SQL database than by using a workflow instance Guid. Use WorkflowInstanceInternalId to find related records for this workflow instance in separate views.

Applies to