Knowledge Base

Cron Schedule

Starts a workflow on a recurring cron schedule. Use standard five-field cron syntax with an optional timezone.

When to use

  • Nightly batch jobs (reports, backups, sync).
  • Periodic polling when webhooks are not available.
  • Housekeeping tasks (log rotation, cache cleanup).

Properties

PropertyTypeDescription
Cron ExpressiontextFive-field cron, e.g. 0 * * * * (every hour). Required.
TimezonetextIANA timezone, e.g. Europe/Bucharest. Default: UTC.
DescriptiontextOptional label shown in the canvas and Jobs panel.

Outputs

Each tick emits a payload with the scheduled fire time. Downstream nodes receive this as initial pipeline data.

Notes

  • Workflow must be Active for the schedule to run.
  • Combine with Dry Run while designing; activation enables the real timer.
  • Use {{$var.key}} in downstream nodes for shared config — see Global Variables.

See also

Nodlyn Assistant
Ask me anything about Nodlyn
Hi! 👋 I'm the Nodlyn assistant. Ask me about the product, workflow components, connectors, agent runtime, agent capabilities, deployment, and more. If I don't know an answer, I'll point you to our contact form.