> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/en/features/settings/workflow-stages.md).

# Workflow stages

## What are workflow stages?

Workflow stages let you materialise a work process by moving objects from one step to the next. You can break down your compliance procedures in an operational way by defining exactly which stages to follow directly within Dastra.

Each object type (processing activities, data subject requests, data breaches, tasks, assets, contracts…) has its own set of configurable stages. Stages are organised around two statuses:

* **Draft** — the object is being worked on and is not yet finalised.
* **Published** — the object has been validated and is active.

{% embed url="<https://youtu.be/rIPJUY3vylc>" %}

## How to customise workflow stages

Go to **Workspace Settings → Workflow stages**.

You will see the available stages for each object type. Customise them to match your organisation's processes, then click **"Save"**.

## Can you delete a workflow stage?

Yes — click the bin icon next to the stage you want to remove.

Any objects currently attached to the deleted stage are automatically reassigned to the first stage within the same status.

For example, if you delete the **"In Progress"** stage in the task workflow:

Objects attached to it will move to the next available stage — for example **"Needs info"**:

***

{% hint style="info" %}
**Looking to automate actions when a stage changes?**

Workflow stages define the steps — workflow rules let you trigger automatic actions when an object moves between them (send a notification, create a task, update a field…).

See [Workflow rules](/en/features/settings/workflow-rules.md) for more details.
{% 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://doc.dastra.eu/en/features/settings/workflow-stages.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.
