> 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/workflows-title-bar.md).

# Workflows title bar

{% tabs %}
{% tab title="Latest UI" %}
![](/files/KizgsbtctP9sWrMGDLCQ)
{% endtab %}

{% tab title="Classic UI" %}
![Collibra workflows title bar](/files/2hpUS2Can631Rfn5peWT)
{% endtab %}
{% endtabs %}

The title bar of workflow definition pages contains the name and status of the workflow and allows you to:

{% stepper %}
{% step %}
[Enable or disable the workflow](/workflows/managing-workflows-in-collibra/enable-or-disable-workflows.md).
{% endstep %}

{% step %}
Edit the display name or status of the workflow.
{% endstep %}

{% step %}
[Delete the workflow](/workflows/managing-workflows-in-collibra/delete-workflows.md).
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Collibra does not accept two workflows with the same display name.
{% endhint %}

Workflow statuses description:

* **Enabled**: The workflow is active and can be used.
* **Disabled**: The workflow cannot be used. If the workflow is a step in another workflow, that step fails.


---

# 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/workflows-title-bar.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.
