Recurring Workflow Runs

Where to Find It

Inside any workflow, click the Source Node. This opens the configuration of source node where you can choose type of workflow: Scheduled or Triggered. Choose Scheduled

Schedule Options

From the dropdown, you can select how often you want the workflow to run. Choose the frequency that makes sense for your workflow

Enabling or Disabling the Schedule

Inside any workflow, click the Settings button in the top right of the builder. This opens the settings modal. Toggle the Enabled switch to turn the schedule on or off:

  • Enabled (On) → Workflow will run on the selected schedule.

  • Disabled (Off) → Workflow won't auto-run, but you can still trigger it manually with Run Once.

This is perfect for:

  • Pausing workflows during testing

  • Turning on/off seasonally used automations

  • Manually controlled workflows

Tip: You can always update the schedule later without impacting the logic or structure of your workflow.

Last updated