Daily work
Flow schedule
Cadence picker, next-run timestamp, and pause / resume for a single Flow.
- Customer-app route
- /flows/[id]/schedule
- Who uses this
- Every authenticated team member.
What it is
The schedule editor for one Flow. Pick the cadence (daily / weekly / monthly), see the next computed run timestamp, and pause or resume the schedule without deleting the Flow.
What you can do here
- Change cadence — daily, weekly, monthly.
- See next run — based on cadence + the last completed run.
- Pause the Flow — stops scheduled runs without deleting configuration.
- Resume a paused Flow — picks the next available cadence slot.
Common workflows
Pause a noisy daily Flow
- Open the Flow's schedule page.
- Click Pause.
- The dashboard's "Next runs" tile drops the entry until you resume.
Move from daily to weekly
- Pick Weekly from the cadence picker.
- Confirm the next-run timestamp.
- Save. Existing scheduled jobs reschedule on save.
Common gotchas
I paused but it still ran once after
A run already in flight finishes — pausing only blocks new schedule grants. Cancel via
/schedules if you absolutely need to stop it now.
Why does next-run show a timestamp in the past?
Cadence ticked while you were viewing. Refresh the page; a fresh future timestamp appears after the next scheduler tick.