> 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/out-of-the-box-workflows-walk-throughs/escalation-process.md).

# Escalation Process

This process is the default mechanism for the escalation of user tasks in workflows.

![](/files/QQGHI6cXOiA59V0A666e)

## Roles

| Role             | Task                                                | Required |
| ---------------- | --------------------------------------------------- | -------- |
| Business Steward | <ul><li>Reassign the task</li></ul>                 | Yes      |
| Business Steward | <ul><li>Receive mail to reassign the task</li></ul> | Yes      |

## Workflow status transformations

No status transformations happen within this process.

## Start the workflow

The workflow starts automatically when a user task is not completed before the escalation deadline. The deadline is determined by the value of the user task **EscalationDuration** variable. For more information about user task generated variables, see [View and edit workflow definition settings](/workflows/managing-workflows-in-collibra/view-and-edit-workflow-definition-settings.md).

## Mail escalation

When the escalation type of the user task is set to `mail` via the **EscalationType** variable, each user who is assigned that task is emailed a warning that the task is about to expire and that an action is required from their part. If no action is taken within the time set by the **mailNotifyDuration** variable, the users identified by the **mailToUserExpression** variable are notified via email to reassign the user task.

## Reassign escalation

When the escalation type of the user task is `reassign`, the **mailToUserExpression** users are assigned a task to reassign the escalated user task.

{% hint style="info" %}
Since the "Reassign Task" is a user task, it is also governed by the escalation process.
{% endhint %}

## Resolution

If the escalated user task is resolved before it is reassigned, the process ends.


---

# 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/out-of-the-box-workflows-walk-throughs/escalation-process.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.
