> 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/marketplace-pacotes-e-power-ups/power-ups/tarefas/compreenda-os-estados-das-tarefas.md).

# Compreenda os Estados das Tarefas

O Estado da Tarefa mostra em que ponto uma Tarefa está no seu ciclo de vida.

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

### Estados comuns da Tarefa

* **Ainda por começar** — a Tarefa existe, mas nenhum trabalho foi iniciado.
* **Em progresso** — alguém está a trabalhar ativamente nela.
* **Concluída** — a Tarefa está concluída.
* **Expirada** — a data de vencimento passou antes da conclusão.
* **Fechada** — a Tarefa já não está ativa.
* **Interrompida** — o trabalho na Tarefa foi interrompido antes da conclusão.

### Alterar o Estado de uma Tarefa

{% stepper %}
{% step %}

### Abrir a Tarefa

Abra a Tarefa que você deseja atualizar.
{% endstep %}

{% step %}

### Localize o campo Estado

Abra os detalhes da Tarefa.

Depois localize **Estado**.
{% endstep %}

{% step %}

### Selecione o novo Estado

Escolha o Estado que corresponde à situação atual.
{% endstep %}

{% step %}

### Guardar

Salve a Tarefa.
{% endstep %}
{% endstepper %}

### Importante saber

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

Tarefas expiradas ajudam você a identificar acompanhamentos em atraso.

### Perguntas frequentes

<details>

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

Concluída significa que o trabalho está terminado.

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

</details>

<details>

<summary>Posso reabrir uma Tarefa concluída?</summary>

Sim.

Altere o Estado novamente se o seu processo permitir.

</details>

<details>

<summary>Quando uma Tarefa se torna expirada?</summary>

Quando a data de vencimento passa antes de a Tarefa ser concluída.

</details>

### Tópicos relacionados

* [**Tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas.md)
* [**Definir datas e prazos da Tarefa**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas/defina-datas-e-prazos-das-tarefas.md)
* [**Filtrar e pesquisar Tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-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/marketplace-pacotes-e-power-ups/power-ups/tarefas/compreenda-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.
