> 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/configuration-variables/edit-configuration-variables.md).

# Edit configuration variables

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

{% stepper %}
{% step %}
Sign in to Collibra as a user with the Sysadmin global role or a global role that has at least the Workflow Administration global permission.
{% endstep %}

{% 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 a workflow.\ <i class="fa-chevrons-right">:chevrons-right:</i> The configuration variables are in the **Variables** section.

![Workflow configuration variables for the Approval workflow in Collibra](/files/spBLSTDXVrC5ZuFe1nb0)
{% endstep %}

{% step %}
Click <img src="/files/yDZuI3skJw21aMCfZ1eF" alt="" data-size="line"> to edit the variables.\ <i class="fa-chevrons-right">:chevrons-right:</i> The **Variables** dialog box appears.

{% hint style="info" %}
You can only edit configuration variables that have the **Writable** check box selected (default).
{% endhint %}
{% endstep %}

{% step %}
In the **Variables** dialog box, click **Submit** to save your changes and close the dialog box.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you republish a workflow, the configured variables remain the same. If you delete a workflow and then publish it again, the variables revert to the default values.
{% endhint %}


---

# 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/configuration-variables/edit-configuration-variables.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.
