Cron / schedule trigger
Cron / schedule: Fires on a schedule — an interval ("30s", "5m", "2h") or a cron expression ("*/5 * * * *").
How to configure it
Cron / schedule takes expr, timezone, runOnStart, every.
What it fires with
A run started by Cron / schedule can read input.ts, input.every, input.expr, input.timezone.
Where it runs
Cron / schedule runs on the API host and can be armed on any saved workflow from its settings page.