> 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-and-edit-workflows.md).

# View and edit workflows

You can view both the XML schema and a visual representation of the workflow definition in Collibra Platform.

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

{% 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 %}
Click **Workflows**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The Workflows settings page appears on the **Definitions** tab page.
{% endstep %}

{% step %}
Select a workflow.
{% endstep %}

{% step %}
In the tab pane, click **Flow**.
{% endstep %}
{% endstepper %}

![](/files/lwvifgbeG1mMCTSPKuqL)

The lower part of the page contains the raw workflow definition:

![](/files/hMjcmz3e2QgMvpMK3hEo)

To export the workflow definition as BPMN and edit it, follow the procedures described in the [Edit an out-of-the-box workflow](/workflows/edit-an-out-of-the-box-workflow.md) section of the Workflows documentation.

{% hint style="warning" %}
If the workflow was created using the Workflow Designer, edit the workflow in the Workflow Designer and [publish](/workflows/managing-workflows-in-collibra/publish-a-workflow.md) the new version to your environment.
{% endhint %}

For minor updates, you can edit the XML schema directly:

1. Click **Edit** to edit the XML.
2. Click **Save** in the lower-right part of the page to save your changes and exit edit mode.

{% hint style="info" %}
The changes you make are not reflected in [currently running instances](/workflows/managing-workflows-in-collibra/view-running-workflow-instances.md) of the workflow.
{% 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-and-edit-workflows.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.
