> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/managing-workflows-in-collibra/enable-or-disable-workflows.md).

# Enable or disable workflows

You can enable or disable workflows from the workflow definitions table or from the individual workflow definition pages.

You must have the Sysadmin global role or a global role that has at least the Workflow Administration global permission to perform this action.

{% tabs %}
{% tab title="Definitions table" %}
{% stepper %}
{% step %}
On the main toolbar, click <img src="/files/M6nz1hzJEDs6R4z6SoGf" alt="Products icon" data-size="line"> → <img src="/files/enFqaM2f7lPrOzgBCLEP" alt="Cogwheel icon" data-size="line"> **Settings**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The **Settings** page opens.
{% endstep %}

{% step %}
Click **Workflows** → **Definitions**.
{% endstep %}

{% step %}
At the end of the row, click <img src="/files/zzNp4YNu0p6PutYSRd1H" alt="Play icon" data-size="line"> or <img src="/files/UI72eymtg9cyQwtulLLJ" alt="Pause icon" data-size="line"> to respectively enable or disable a workflow.

![Disable a Collibra workflow from the workflow definitions table](/files/F4odSuMYjkCrteExrUo7)
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Definition page" %}
{% stepper %}
{% step %}
On the main toolbar, click <img src="/files/M6nz1hzJEDs6R4z6SoGf" alt="Products icon" data-size="line"> → <img src="/files/enFqaM2f7lPrOzgBCLEP" alt="Cogwheel icon" data-size="line"> **Settings**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The **Settings** page opens.
{% endstep %}

{% step %}
Click **Workflows** → **Definitions**.
{% endstep %}

{% step %}
Select the workflow you want to enable or disable.
{% endstep %}

{% step %}
At the right of the title bar, click <img src="/files/zzNp4YNu0p6PutYSRd1H" alt="Play icon" data-size="line"> or <img src="/files/UI72eymtg9cyQwtulLLJ" alt="Pause icon" data-size="line"> to respectively enable or disable the workflow.

![Disable a Collibra workflow from the workflow definition page](/files/eITCxnIHc5ar07OKoidL)
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.collibra.com/workflows/managing-workflows-in-collibra/enable-or-disable-workflows.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.
