Table of Contents

Class FlowSchedulerOptions

Namespace
FlowOrchestrator.Core.Configuration
Assembly
FlowOrchestrator.Core.dll

Configuration for the Hangfire recurring-job scheduler integration. Applied via FlowOrchestratorBuilder.WithScheduler().

public sealed class FlowSchedulerOptions
Inheritance
FlowSchedulerOptions
Inherited Members

Properties

PersistOverrides

When true, schedule overrides (pause state and cron expression overrides set via the dashboard) are persisted to IFlowScheduleStateStore and reapplied on restart. When false, overrides use the ephemeral in-memory store and are lost on process restart.

public bool PersistOverrides { get; set; }

Property Value

bool