Share via


OrchestrationMetadata.FailureDetails Property

Definition

Gets the failure details, if any, for the orchestration instance.

public Microsoft.DurableTask.TaskFailureDetails? FailureDetails { get; init; }
member this.FailureDetails : Microsoft.DurableTask.TaskFailureDetails with get, set
Public Property FailureDetails As TaskFailureDetails

Property Value

The failure details if the orchestration was in a failed state; null otherwise.

Remarks

This property contains data only if the orchestration is in the Failed state, and only if this instance metadata was fetched with the option to include output data.

Applies to