Schedule (Cron)

trigger_cron · trigger · Triggers · Available · v1.1.0

Description

Run the workflow on a schedule (cron). Use the visual builder: pick the frequency, tweak hour/minute, and see the human-readable preview of the generated cron expression.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
cronExpression
Pianificazione
cron-builderyes0 9 * * 1-5Wizard frequenza + anteprima umana. Switcha "Cron personalizzato" per editare i 5 campi a mano.
timezone
Fuso orario
timezone-pickernoEurope/RomeFuso orario IANA. La pianificazione è valutata in questo fuso (es. "alle 9:00 in Europe/Rome").

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-trigger_cron-1",
  "defId": "trigger_cron",
  "label": "Schedule (Cron)",
  "config": {
    "cronExpression": "0 9 * * 1-5",
    "timezone": "Europe/Rome"
  }
}

🔗 Related nodes in the same category

Ready to use Schedule (Cron)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes