> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgabenstatus-verstehen.md).

# Aufgabenstatus verstehen

Der Aufgabenstatus zeigt, wo sich eine Aufgabe in ihrem Lebenszyklus befindet.

Er hilft Teams zu sehen, was noch Aufmerksamkeit benötigt.

### Häufige Aufgabenstatus

* **Noch nicht begonnen** — die Aufgabe existiert, aber es wurde noch keine Arbeit begonnen.
* **In Bearbeitung** — jemand arbeitet aktiv daran.
* **Abgeschlossen** — die Aufgabe ist abgeschlossen.
* **Abgelaufen** — das Fälligkeitsdatum wurde vor dem Abschluss überschritten.
* **Geschlossen** — die Aufgabe ist nicht mehr aktiv.
* **Gestoppt** — die Arbeit an der Aufgabe wurde vor dem Abschluss beendet.

### Ändern Sie den Status einer Aufgabe

{% stepper %}
{% step %}

### Öffnen Sie die Aufgabe

Öffnen Sie die Aufgabe, die Sie aktualisieren möchten.
{% endstep %}

{% step %}

### Finden Sie das Statusfeld

Öffnen Sie die Aufgabendetails.

Dann suchen Sie **Status**.
{% endstep %}

{% step %}

### Wählen Sie den neuen Status aus

Wählen Sie den Status, der zur aktuellen Situation passt.
{% endstep %}

{% step %}

### Speichern

Speichern Sie die Aufgabe.
{% endstep %}
{% endstepper %}

### Wichtig zu wissen

Abgeschlossene und geschlossene Aufgaben sind normalerweise nicht mehr Teil der aktiven Arbeitsliste.

Abgelaufene Aufgaben helfen Ihnen, überfällige Nachverfolgungen zu erkennen.

### Häufig gestellte Fragen

<details>

<summary>Was ist der Unterschied zwischen Abgeschlossen und Geschlossen?</summary>

Abgeschlossen bedeutet, dass die Arbeit beendet ist.

Geschlossen bedeutet, dass die Aufgabe nicht mehr aktiv ist.

</details>

<details>

<summary>Kann ich eine abgeschlossene Aufgabe erneut öffnen?</summary>

Ja.

Ändern Sie den Status erneut, wenn Ihr Prozess dies zulässt.

</details>

<details>

<summary>Wann wird eine Aufgabe abgelaufen?</summary>

Wenn das Fälligkeitsdatum vor dem Abschluss der Aufgabe überschritten wird.

</details>

### Verwandte Themen

* [**Aufgaben**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben.md)
* [**Aufgabendaten und Fristen festlegen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgabendaten-und-fristen-festlegen.md)
* [**Aufgaben filtern und suchen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgaben-filtern-und-suchen.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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgabenstatus-verstehen.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.
