> 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-pt/loja-virtual-pacotes-e-power-ups/power-ups/tarefas/compreender-os-estados-das-tarefas.md).

# Compreender os Estados das Tarefas

Saber o que significa cada Estado da Tarefa e como as Alterações de Estado afetam o acompanhamento das Tarefas.

O estado da tarefa mostra em que fase do seu ciclo de vida se encontra.

Ajuda as equipas a ver o que ainda precisa de atenção.

### Estados comuns das tarefas

* **Ainda por iniciar** — a tarefa existe, mas ainda não foi iniciado nenhum trabalho.
* **Em andamento** — alguém está a trabalhar nela ativamente.
* **Concluído** — a tarefa foi concluída.
* **Expirada** — a data-limite passou antes da conclusão.
* **Fechada** — a tarefa já não está ativa.
* **Parada** — o trabalho na tarefa foi interrompido antes da conclusão.

### Alterar o estado de uma tarefa

{% stepper %}
{% step %}

### Abrir a tarefa

Abrir a tarefa que pretende atualizar.
{% endstep %}

{% step %}

### Encontrar o campo Estado

Abrir os detalhes da tarefa.

Depois, localizar **Estado**.
{% endstep %}

{% step %}

### Selecionar o novo estado

Escolher o estado que corresponde à situação atual.
{% endstep %}

{% step %}

### Guardar

Guardar a tarefa.
{% endstep %}
{% endstepper %}

### Importa saber

As tarefas concluídas e fechadas geralmente já não fazem parte da lista de trabalho ativa.

As tarefas expiradas ajudam a identificar seguimento em atraso.

### Perguntas frequentes

<details>

<summary>Qual é a diferença entre Concluído e Fechada?</summary>

Concluído significa que o trabalho está terminado.

Fechada significa que a tarefa já não está ativa.

</details>

<details>

<summary>É possível reabrir uma tarefa concluída?</summary>

Sim.

Alterar novamente o estado, se o processo o permitir.

</details>

<details>

<summary>Quando é que uma tarefa fica expirada?</summary>

Quando a data-limite passa antes de a tarefa estar concluída.

</details>

### Tópicos relacionados

* [**Tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/tarefas.md)
* [**Definir datas e prazos das tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/tarefas/definir-datas-e-prazos-das-tarefas.md)
* [**Filtrar e pesquisar tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/tarefas/filtrar-e-pesquisar-tarefas.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-pt/loja-virtual-pacotes-e-power-ups/power-ups/tarefas/compreender-os-estados-das-tarefas.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.
