Table of Contents

Interface IRecurringTriggerInspector

Namespace
FlowOrchestrator.Core.Execution
Assembly
FlowOrchestrator.Core.dll

Read-only view of the scheduler's registered recurring trigger jobs. Allows the Dashboard to list cron schedules without a direct Hangfire dependency.

public interface IRecurringTriggerInspector

Methods

GetJobsAsync()

Returns metadata about all currently registered recurring trigger jobs.

Task<IReadOnlyList<RecurringTriggerInfo>> GetJobsAsync()

Returns

Task<IReadOnlyList<RecurringTriggerInfo>>