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.
trigger_cron · trigger · Triggers · Available · v1.1.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
cronExpressionPianificazione | cron-builder | yes | 0 9 * * 1-5 | Wizard frequenza + anteprima umana. Switcha "Cron personalizzato" per editare i 5 campi a mano. |
timezoneFuso orario | timezone-picker | no | Europe/Rome | Fuso orario IANA. La pianificazione è valutata in questo fuso (es. "alle 9:00 in Europe/Rome"). |
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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes