# 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

<figure><img src="/files/jgkSWh1PLFNP2DLGr6Cx" alt=""><figcaption></figcaption></figure>

### 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

<figure><img src="/files/aJASmp2AP4q6bpUVOzjb" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hockeystack.com/account-intelligence/workflows/recurring-workflow-runs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
