Skip to main content

Schedules

Schedules run a workflow automatically on a recurring basis — no one has to click Run. Set it once and it runs on time, every time.


The Schedules Tab

Open Workflows → Schedules. Each schedule shows:

ColumnShows
WorkflowWhich workflow runs
ScheduleThe recurring rule in plain language
Next runWhen it will run next
Last runWhen it last ran
StatusActive, Paused, or Auto-disabled

Creating a Schedule

  1. Click New schedule
  2. Pick the Workflow to run
  3. Choose a Run frequency:
FrequencyExample
Every X MinutesEvery 15 minutes
HourlyAt minute 0 of every hour
DailyEvery day at 09:00
WeeklyEvery Monday at 09:00
MonthlyOn day 1 at 09:00
Custom (Cron)Your own advanced rule
  1. Set the time and timezone where needed
  2. Review the summary (e.g. "Daily at 09:00 (Europe/Istanbul)")
  3. Click Create
info

The exact next run is calculated when you save, and it respects your timezone (including daylight saving changes).


Schedule Statuses

StatusMeaning
ActiveRunning on schedule
PausedStopped by you; won't run until resumed
Auto-disabledTurned off automatically after repeated failures

If a schedule keeps failing, it's auto-disabled so it doesn't keep running a broken workflow. Fix the workflow, then Resume.


Managing Schedules

  • Pause / Resume — temporarily stop or restart a schedule
  • Delete — remove a schedule (runs already queued aren't affected)

The list refreshes on its own so Next run and Last run stay current.


Tips

  • Start with a generous frequency and tighten it once you trust the workflow
  • Watch the Status column — an Auto-disabled schedule needs attention
  • Check the Logs tab to see what each scheduled run did (see Logs)