ActivityContext.WorkflowInstanceId Property

Definition

Gets the unique identifier of the currently executing workflow instance.

public:
 property Guid WorkflowInstanceId { Guid get(); };
public Guid WorkflowInstanceId { get; }
member this.WorkflowInstanceId : Guid
Public ReadOnly Property WorkflowInstanceId As Guid

Property Value

The unique identifier of the currently executing workflow instance.

Applies to