Expand description
Recurring-run scheduling (roadmap E11). Translates user-friendly presets,
intervals, one-shots, and raw cron expressions into persisted next_run_at
instants for the background scheduler.
Structs§
- Schedule
Options - Schedule
Patch - Patch from the UI to create or update a flow’s schedule. camelCase to match the desktop + server command payloads.
- Schedule
Preview Request - Schedule preview request used by the UI/CLI to show upcoming fire times before saving.
Enums§
- Catch
UpPolicy - Missed-run policy when the app/server was not running at the scheduled time.
- Schedule
Frequency - Supported recurrence cadences. Anchored on a user-chosen instant whose minute/hour/weekday/day-of-month/month select the recurring slot.
Functions§
- cron_
expr - A 5-field cron projection of preset schedules, for display only.
- next_
run_ after - Calculate the next fire instant strictly after
after, honoring optional end conditions. - preview