> 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/change-the-process-model-properties.md).

# Change the process model properties

The process model properties are essential as they reflect directly in Collibra:

* **Model key**: This is the process ID and it must be unique at the Collibra environment level and in the Workflow Designer.

  <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>Uploading a workflow with the same process ID as an existing workflow in Collibra replaces the existing workflow.</p></div>

  <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Consider using <a href="https://en.wikipedia.org/wiki/Reverse_domain_name_notation">reverse domain name notation</a> for the process model key.</p></div>
* **Model name**: The name is shown as the workflow display name in Collibra.

  <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>Collibra does not accept two workflows with the same display name.</p></div>
* **Description**: The contents of the field are only reflected in the Workflow Designer. To change the workflow description that is shown in Collibra, see the [Workflow description](/workflows/creating-workflows/workflow-basic-configuration-elements/workflow-description.md) section.

## Steps

{% stepper %}
{% step %}
Select your app.
{% endstep %}

{% step %}
For the process model, select <img src="/files/kSQ2asmfgBY77ZlPrb77" alt="More icon" data-size="line"> → **Properties**.\ <i class="fa-chevrons-right">:chevrons-right:</i> The **Model properties** dialog box appears.
{% endstep %}

{% step %}
Change the name or description.
{% endstep %}

{% step %}
Click **Save** to save your changes and close the dialog box.

<img src="/files/37cB976uMCoKkDKb2LMT" alt="" width="50%">
{% 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/change-the-process-model-properties.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.
