> 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.md).

# Managing workflows in Collibra

A workflow in Collibra Platform is used to automate processes. Collibra comes with many [out-of-the-box workflows](/workflows/out-of-the-box-workflows-walk-throughs.md), and you can always add new ones.

When you decide how to configure your Collibra workflows, consider that the workflow events mechanism is not designed for mass import. Avoid triggering workflows as a result of an import operation because it has the potential to impact the performance of your environment. If you must use workflows after importing large amounts of data, you should:

* Configure all script tasks to run asynchronously to prevent slowing down the import.
* Keep the number of [start events](/workflows/managing-workflows-in-collibra/view-and-edit-workflow-definition-settings.md#start2) to a minimum.
* Restrict the [scope](/workflows/managing-workflows-in-collibra/view-and-edit-workflow-definition-settings.md#applies) of the workflow as much as possible.

The **Workflows** page of the Collibra settings has several tab pages:

| Tab page         | Description                                                                                                                                                                                                  |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Definitions      | This tab page allows you to [view and edit workflow definitions](/workflows/managing-workflows-in-collibra/view-and-edit-workflows.md).                                                                      |
| Instances        | This tab page allows you to [view and manage instances](/workflows/managing-workflows-in-collibra/view-running-workflow-instances.md) of running workflows.                                                  |
| System Instances | This tab page is only available in the latest user interface and allows you to view and manage ongoing tasks of [Collibra-managed processes](/workflows/managing-workflows-in-collibra/system-instances.md). |


---

# 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.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.
