> 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.md).

# Configuration variables

Configuration variables are the [process variables](/workflows/creating-workflows/workflow-basic-configuration-elements/process-variables.md) listed in the **Variables** section of the [workflow definition page](/workflows/managing-workflows-in-collibra/view-and-edit-workflow-definition-settings.md#variable) in Collibra, where you can edit them. These are usually variables that don’t change often but that you may want to configure after you publish the workflow. By using configuration variables, you don't need to modify the workflow definition file or ask the initiator of the workflow for input every time the workflow starts.

When you upload a workflow, Collibra automatically adds the following default configuration variables for each user task of your workflow:

| Variable                              | Description                                                                                                                                                                                                                                                                                                                                                                                        | Example                                  |
| ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| **\<task id>DueDate**                 | The date by which the user is expected to complete the task. This variable is only used for mentioning a due date when a task is presented to a user. For more information about the allowed values, see [Duration variables](/workflows/managing-workflows-in-collibra/configuration-variables/duration-variables.md).                                                                            | **accept\_reviewDueDate**                |
| **\<task id>EscalationDuration**      | The elapsed time before a user task is escalated, starting from the creation time. For more information about the allowed values, see [Duration variables](/workflows/managing-workflows-in-collibra/configuration-variables/duration-variables.md). When the time has elapsed, the [Escalation Process workflow](/workflows/out-of-the-box-workflows-walk-throughs/escalation-process.md) starts. | **review\_solutionEscalationDuration**   |
| **\<task id>EscalationType**          | The type of escalation: *mail* (default) or *reassign*. The process variable is used in the [Escalation Process workflow](/workflows/out-of-the-box-workflows-walk-throughs/escalation-process.md).                                                                                                                                                                                                | **assign\_reviewerEscalationType**       |
| **\<task id>TaskNotificationEnabled** | If *true* (default), a notification email is sent to the candidate users of the task when the task is created. If *false*, no emails are sent.                                                                                                                                                                                                                                                     | **review\_issueTaskNotificationEnabled** |

Your workflow may have additional configuration variables that you define in the workflow start event form.

{% hint style="info" %}
If you set the **Writeable** property of a configuration variable to *false*, you will not be able to change its value on the workflow definition page. You can use and change the value of the variable throughout your workflow the same as any other process variable.
{% endhint %}

{% 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.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.
