About this Feature
Workflows can run on a predefined schedule. These schedules can be created using the Schedule Builder or inputting a CRON string for advanced customization.
Using the Schedule Builder
Add a Schedule Trigger:
In your workflow editor, select the "Trigger: Scheduled" block.
The configuration options will appear on the right panel.
Define the Schedule:
Use the dropdown menus to customize the schedule.
As you work, the text at the bottom of the builder will update in real time.
Review Your Selection:
The “Selected Schedule” and help text under the Trigger step will show your selection.
Continue creating your workflow
Click Add New Step to build the rest of your workflow.
Using a CRON String
For advanced users, CRON strings offer precise control over schedule timing.
Steps to use a CRON string:
Switch to the Cron String tab in the Schedule panel.
Enter your CRON expression in the input field.
You can learn more about creating CRON strings here.