> 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/edit-an-out-of-the-box-workflow.md).

# Edit an out-of-the-box workflow

If you prefer to have an example to start from when you start designing workflows, follow these steps to import a workflow from Collibra Platform in Workflow Designer.

For minor changes to an out-of-the-box workflow, see [View and edit workflows](/workflows/managing-workflows-in-collibra/view-and-edit-workflows.md).

## Prerequisites

You have the Sysadmin global role or a global role that has at least the Workflow Administration [global permission](https://productresources.collibra.com/docs/collibra/latest/Default.htm#cshid=DOC0630).

## Steps

{% stepper %}
{% step %}
Open Collibra.
{% endstep %}

{% step %}
[Open](/workflows/managing-workflows-in-collibra/view-and-edit-workflows.md) a workflow.
{% endstep %}

{% step %}
In the **Flow** tab, select and copy the XML text.
{% endstep %}

{% step %}
Save the text as a BPMN file.
{% endstep %}

{% step %}
Open the Workflow Designer.
{% endstep %}

{% step %}
Create a new app if required.
{% endstep %}

{% step %}
In the app, add a new model and select **Import** → **Process**.
{% endstep %}

{% step %}
Upload the BPMN file you created.\ <i class="fa-chevrons-right">:chevrons-right:</i> A BPMN diagram identical to the flow view in Collibra is displayed. This means that you imported the file correctly. You can now start exploring and changing its properties.
{% endstep %}

{% step %}
After you have edited the workflow, publish it to Collibra.

{% hint style="info" %}
If you do not change the process model key, the modified workflow replaces the out-of-the-box workflow.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/edit-an-out-of-the-box-workflow.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.
