Table of Contents

Class StepRetriedEvent

Namespace
FlowOrchestrator.Core.Notifications
Assembly
FlowOrchestrator.Core.dll

Emitted when a step is queued for retry via RetryStepAsync.

public sealed record StepRetriedEvent : FlowLifecycleEvent, IEquatable<FlowLifecycleEvent>, IEquatable<StepRetriedEvent>
Inheritance
StepRetriedEvent
Implements
Inherited Members

Properties

StepKey

The step key being retried.

public string StepKey { get; init; }

Property Value

string

Type

The event discriminator, e.g. run.started, step.completed.

public override string Type { get; }

Property Value

string