> 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/about-the-workflow-designer/enable-the-workflow-designer.md).

# Enable the Workflow Designer

Access to the Workflow Designer is managed by a local administrator and is not enabled by default. To make the Workflow Designer available, you must modify specific settings in Collibra Console and configure the relevant global permissions in Collibra:

1. Enable a configuration option in Collibra Console. This action makes the **Workflow Designer access** global permission available in your Collibra environment.
2. Assign the **Workflow Designer access** global permission. Once available, grant this permission to the appropriate user groups in Collibra, allowing members of these groups to access the Workflow Designer via the Applications menu.

## Configure Collibra Console options

To enable the **Workflow Designer access** global permission, modify the related configuration option in Collibra Console.

### Prerequisites

You have the **ADMIN** or **SUPER** role in Collibra Console.

### Steps

{% stepper %}
{% step %}
Open Collibra Console.\ <i class="fa-chevrons-right">:chevrons-right:</i> Collibra Console opens with the **Infrastructure** page.
{% endstep %}

{% step %}
In the tab pane, expand an environment to show its services.
{% endstep %}

{% step %}
In the tab pane, click the Data Governance Center service of that environment.
{% endstep %}

{% step %}
Click **Configuration**.
{% endstep %}

{% step %}
Click **Edit configuration**.
{% endstep %}

{% step %}
In the **Workflows configuration** section, set **Allow access to the Workflow Designer** to **True**.
{% endstep %}

{% step %}
Click **Save all**.
{% endstep %}
{% endstepper %}

## Assign global permissions

Once the **Allow access to the Workflow Designer** feature is active, assign the **Workflow Designer access** global permission to user groups in Collibra Settings.

### Prerequisites

You have a global role with the **Product Rights** > **System administration** global permission.

### Steps

{% 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 **Roles and Permissions**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The roles and permissions settings appear on the **Global Roles** tab page.
{% endstep %}

{% step %}
Select **Global Permissions**.
{% endstep %}

{% step %}
Click **Edit**.
{% endstep %}

{% step %}
Add the global permission **Workflow Designer access** to a global role.
{% endstep %}

{% step %}
Click **Save**.\ <i class="fa-chevrons-right">:chevrons-right:</i> A link to <img src="/files/ooyxXSpBaZyl0jWeQTPP" alt="Workflow icon" data-size="line"> Workflow Designer is now available for the users assigned to that global role.

<img src="/files/eY7MLkVuCJNb9YUrPRUa" alt="" width="25%">
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The **System administration** permission does not include access to the Workflow Designer.
{% endhint %}

## What's next

Now that you have set up the Workflow Designer, your designated users can:

* [Create new workflow apps](/workflows/designing-workflows/apps/create-a-new-app.md), including [processes](/workflows/designing-workflows/processes/create-a-new-process.md) and [forms](/workflows/designing-workflows/forms/create-a-new-form.md).
* [Import existing apps](/workflows/designing-workflows/apps/import-apps.md), [processes](/workflows/designing-workflows/processes/import-processes.md), or [forms](/workflows/designing-workflows/forms/import-forms.md).
* [Publish workflows](/workflows/managing-workflows-in-collibra/publish-a-workflow.md) to your Collibra environment.


---

# 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/about-the-workflow-designer/enable-the-workflow-designer.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.
