> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/de-documentation/projektkonfiguration/workflow-konfiguration/status-und-ubergange.md).

# Status und Übergänge

### ➕ Übergänge hinzufügen

Sie können Übergänge auf zwei Arten hinzufügen:

* Per **Drag & Drop** von einem Statusknoten zu einem anderen
* Klicken Sie auf **„Übergang hinzufügen“** und wählen Sie die Status aus

<figure><img src="/files/fWD6F4Yr5cfDHcR0bqyH" alt=""><figcaption></figcaption></figure>

**Hinweis:**

* Übergänge öffnen eine Seitenleiste erst, nachdem sie erstellt wurden.
* Übergänge können nicht bearbeitet werden, sondern nur gelöscht und erneut hinzugefügt werden.
* Löschen Sie Übergänge mit der **Entf-Taste** auf der Tastatur oder über das Symbol in der Seitenleiste.

### ⚡ Spezieller Übergangstyp: BELIEBIG

**Fügen Sie einen Übergang hinzu, der für oder von einem beliebigen Status gilt:**

* **Von \[Status] → BELIEBIG:** Wechsel von einem Status zu einem beliebigen anderen
* **Von BELIEBIG → \[Status]:** Wechsel von einem beliebigen Status zu einem definierten Status

Dies wird visuell durch spezielle Knoten im Diagramm dargestellt.

<figure><img src="/files/YkkTk56E0ilKptpePB8l" alt=""><figcaption></figcaption></figure>

## Übergangsregeln

In der **Seitenleiste** können Sie zwei Arten von Regeln pro Übergang definieren:

### Status-Übergangsregel (nur eine erlaubt)

Definiert, **welche Rollen** ein Element von einem Status in einen anderen verschieben können. Standard ist „**Beliebige Rolle**“.

<figure><img src="/files/EGsXUcc8076I0cf1hHKc" alt=""><figcaption></figcaption></figure>

### Erweiterte Regeln (mehrere erlaubt)

**Legen Sie das Feldverhalten pro Rolle fest, wenn der Übergang erfolgt. Sie können:**

* Regeln jederzeit hinzufügen oder entfernen
* Die Anzahl der Regeln direkt auf dem Übergangspfeil sehen
* Bestehende Regeln bearbeiten oder löschen

<figure><img src="/files/eymRbFxuAeEacocqkYe4" alt=""><figcaption></figcaption></figure>

**Attribute erweiterter Regeln:**

* **Feld** – Das betroffene Feld
* **Attribut** – Was angewendet wird (z. B. V*erplichtend*, *Schreibgeschützt*, *Standardwert*)
* **Modus** (falls zutreffend) – Standardwert oder Leerzustand festlegen
* **Für / Rolle** – Festlegen, welche Rollen betroffen sind
* **Wert** – Ob die Regel angewendet wird oder nicht

Wenn mindestens eine Regel auf einen Übergang angewendet wird, erscheint ein Indikator auf dem Pfeil, der anzeigt, dass Regeln vorhanden sind.

<figure><img src="/files/6MrgTcUvFWua9XRifjDu" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/de-documentation/projektkonfiguration/workflow-konfiguration/status-und-ubergange.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
