The Scheduled Run node lets you define the time and date of launching your workflow, providing flexible control over when your processes start. You can specify not only a single point in time for immediate or scheduled execution, but also configure recurring triggers that launch the workflow repeatedly at custom intervals you define.
This node is intended for business-oriented workflows, often involving processes or system actors. This makes the node particularly useful for scenarios requiring ongoing automation, such as integrations, data imports, and exports.
Additionally, you can select the timezone in which the scheduled date and time are interpreted, ensuring that your workflows run accurately according to your regional or business time requirements. Whether you need to run a workflow once immediately, schedule it for a future date, or set up a recurring schedule (for example, every hour, daily, or weekly), this node offers the flexibility to tailor execution timings precisely to your needs.
This versatility makes the Scheduled Run trigger node ideal for automations that must align with time-sensitive business processes, data synchronization tasks, or any use case where consistent, scheduled execution is critical.
Node configuration
- Go to Automation Hub > Workflows > New workflow.
- Click the node.
Result: A pop-up opens. Select one of the following options:
- Run once - It's the default option. This option lets you launch the workflow only once immediately or at the date defined in the settings of the node.
- Repeat runs - It lets you set the workflow to be launched repeatedly at the frequency defined in the settings of the node.
For further instructions, select one of the tabs below:
The Run once option selected - Select one of the options:
- Immediately - It allows you to launch the workflow at once after clicking Save & Run.
- Scheduled - It allows you to pick the date when the workflow will be launched.
- Only for Scheduled:
- From the Timezone dropdown, select the timezone.
- In the Activate date field, select a date on the calendar and the exact time.
- Confirm by clicking Apply
The All time option on - From the Timezone list, select the time zone.
Select one of the following tabs:
- Everyday - It lets you launch the workflow every day at the defined time.
- Every week - It lets you select the week days and the exact time when the workflow is launched.
- Every month - It lets you define the days of the month and the exact time, when the workflow is launched. The workflow is repeated every month on the defined day(s) at the selected time.
- Interval - It lets you define a custom frequency of triggering the node and define the date and time when the interval begins (at this date and time the node is triggered for the first time).
- If you want to put a limit on the repetitions, enable Limit repetitions and enter the maximum number of allowed repetitions.
When you select a day that does not exist in a month (for example, February 30th or September 31st), the workflow will not trigger that month.
29th 30th 31st February *
April June September November *- It doesn't concern leap years
Example of use
In this example, you schedule the workflow launch to send alerts with metric results from Synerise to a Slack channel.
This workflow includes the following nodes:
- The node that launches the workflow periodically (Scheduled Run), in this example it is everyday at 7.00 A.M
- The node that sends a webhook to a Slack channel with a message that contains the metric results
- The finishing node
The full instructions on how to implement this use case are available here.