IWorkflowRun.RunId Property

Definition

Gets the unique identifier for the run.

public string RunId { get; }
member this.RunId : string
Public ReadOnly Property RunId As String

Property Value

Remarks

This identifier can be provided at the start of the run, or auto-generated. For durable runs, this corresponds to the orchestration instance ID.

Applies to