Share via


DurableActivityContext.InstanceId Property

Definition

Gets the instance ID of the currently executing orchestration.

public override string InstanceId { get; }
member this.InstanceId : string
Public Overrides ReadOnly Property InstanceId As String

Property Value

System.String

The ID of the current orchestration instance.

Applies to