> 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/view-running-workflow-instances.md).

# View running workflow instances

The workflows instances page displays details about running workflows that contain active user tasks. If the user task is part of a sub-process, you can see details about both the main process and the sub-process.

{% hint style="info" %}
You cannot view running workflows that contain only script tasks or that do not contain any more user tasks.
{% endhint %}

You must have the Sysadmin global role or a global role that has at least the Workflow Administration global permission to access this page:

{% tabs %}
{% tab title="Latest UI" %}
{% 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 %}
In the <img src="/files/ooyxXSpBaZyl0jWeQTPP" alt="Workflow icon" data-size="line"> **Workflows** section, click **Instances**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The overview of workflow instances appears.
{% endstep %}

{% step %}
To view and manage ongoing tasks of [Collibra-managed processes](/workflows/managing-workflows-in-collibra/system-instances.md), click **System Instances**.
{% endstep %}
{% endstepper %}

![](/files/A6ybhOYMjseGoBPeE2Gc)
{% endtab %}

{% tab title="Classic UI" %}

1. 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.
2. In the <img src="/files/ooyxXSpBaZyl0jWeQTPP" alt="Workflow icon" data-size="line"> **Workflows** section, click **Instances**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The overview of workflow instances appears.

![](/files/jMGivNcO7rcuoDleiIou)
{% endtab %}
{% endtabs %}

| Column     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Workflow   | The name of the running workflow.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Resource   | <p>The resource the workflow is associated with.</p><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Click the resource name to go to the resource page.</p></div>                                                                                                                                                                                                                                                                        |
| Task       | The name of the active user task.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Users      | <p>The users the active task is assigned to.</p><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><ul><li>Click the user name to go to the user profile page.</li><li>When there are multiple users assigned to a task, you might only see their avatars. Click <img src="/files/yVDU4QWc4dxAD1QbzJjm" alt="Move up down icon" data-size="line"> in the upper-right corner of the table to wrap the text onto multiple lines.</li></ul></div> |
| Start Date | The start date of the process.                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Error      | Possible error message if the workflow instance encountered an error.                                                                                                                                                                                                                                                                                                                                                                                                                |
| Actions    | Button to delete the workflow instance.                                                                                                                                                                                                                                                                                                                                                                                                                                              |

{% hint style="success" %}
You can filter by workflow or resource name and sort by starting date.
{% 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/view-running-workflow-instances.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.
