> 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-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakstatussen-begrijpen.md).

# Taakstatussen begrijpen

Taakstatus laat zien in welke fase van de levenscyclus een taak zich bevindt.

Het helpt teams te zien wat nog aandacht nodig heeft.

### Veelvoorkomende taakstatussen

* **Nog niet begonnen** — de taak bestaat, maar er is nog geen werk begonnen.
* **In uitvoering** — iemand werkt er actief aan.
* **Voltooid** — de taak is afgerond.
* **Verlopen** — de vervaldatum verstreek voordat de taak was voltooid.
* **Gesloten** — de taak is niet langer actief.
* **Gestopt** — het werk aan de taak is beëindigd voordat deze was voltooid.

### Wijzig een taakstatus

{% stepper %}
{% step %}

### Open de taak

Open de taak die je wilt bijwerken.
{% endstep %}

{% step %}

### Zoek het veld Status

Open de taakdetails.

Zoek vervolgens **Status**.
{% endstep %}

{% step %}

### Selecteer de nieuwe status

Kies de status die overeenkomt met de huidige situatie.
{% endstep %}

{% step %}

### Opslaan

Sla de taak op.
{% endstep %}
{% endstepper %}

### Belangrijk om te weten

Voltooide en gesloten taken maken meestal geen deel meer uit van de actieve werklijst.

Verlopen taken helpen je achterstallige opvolging op te sporen.

### Veelgestelde vragen

<details>

<summary>Wat is het verschil tussen Voltooid en Gesloten?</summary>

Voltooid betekent dat het werk klaar is.

Gesloten betekent dat de taak niet langer actief is.

</details>

<details>

<summary>Kan ik een voltooide taak heropenen?</summary>

Ja.

Wijzig de status opnieuw als je proces dat toestaat.

</details>

<details>

<summary>Wanneer wordt een taak verlopen?</summary>

Wanneer de vervaldatum verstrijkt voordat de taak is voltooid.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken.md)
* [**Stel taakdatums en deadlines in**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakdatums-en-deadlines-instellen.md)
* [**Filter en zoek taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taken-filteren-en-zoeken.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-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakstatussen-begrijpen.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.
