Skip to main content
Scheduled Workflows

Learn about scheduling workflows using both the scheduling tool and CRON strings

Updated yesterday

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

  1. Add a Schedule Trigger:

    • In your workflow editor, select the "Trigger: Scheduled" block.

    • The configuration options will appear on the right panel.

  2. 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.

  3. Review Your Selection:

    • The “Selected Schedule” and help text under the Trigger step will show your selection.

  4. 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:

  1. Switch to the Cron String tab in the Schedule panel.

  2. Enter your CRON expression in the input field.

You can learn more about creating CRON strings here.

Did this answer your question?