# Tarefa

Permite gerenciar Tarefas. O usuário pode criar uma nova Tarefa, obter informações sobre a Tarefa, atualizar informações sobre a Tarefa e também excluir a Tarefa.

Tabela com todos os status disponíveis das Tarefas:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc1MUCckvXpVxNjvkhQhfVbPc0XWOfLp743gwczLtux6B9LuU1amMhxbFEEo-FgCAd_mfHKasCFbxOTljx9bFp9xEvROcbmoQ_Nd76q3VFPEtLDs8RD-8KCZkIH2LT-feFLws_-?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Métodos:

1\) [Criação de Tarefa](#user-content-fn-1)[^1]

2\) [Obtenção de Tarefa por GUID ou nome](#user-content-fn-2)[^2]

3\) [Obtenção de informações detalhadas sobre uma Tarefa específica da Fila indicada por GUID ou nome dessa Fila com os parâmetros especificados](#user-content-fn-3)[^3]

4\) [Obtenção da lista de Tarefas relacionadas ao GUID ou nome da Fila](#user-content-fn-4)[^4]

5\) [Atualização de Tarefa](#user-content-fn-5)[^5]

6\) [Exclusão de Tarefa](#user-content-fn-6)[^6]

7\) [Gerenciamento de Tags](#user-content-fn-7)[^7]

8\) [Exclusão de Tags da Tarefa por GUID ou nome](#user-content-fn-8)[^8]

[^1]: /api/task/create

[^2]: /api/task/read

[^3]: /api/task/filter/read/{guid}\[/{filters}]

[^4]: /api/task/filter/list/{guid}\[/{filters}]

[^5]: /api/task/update

[^6]: /api/task/delete

[^7]: /api/task/addTag

[^8]: /api/task/removeTag


---

# Agent Instructions: 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:

```
GET https://docs.sherparpa.ru/pt/sherpa-rpa/sherpa-orchestrator/api/zadacha.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
