> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/abaris/zeev-sead/tarefas-e-fluxos/monitorando-o-andamento-das-tarefas.md).

# Monitorando o andamento das tarefas

Após abertas as tarefas podem ter seu andamento acompanhado

{% hint style="info" %}
Esta funcionalidade está disponível no módulo principal do <mark style="background-color:blue;">**ÁBARIS**</mark>, que você acessa através do ***\<seuendereco>.abaris.com.br**.*
{% endhint %}

### Visão geral

Após realizar a abertura de uma tarefa, você pode acompanhá-la por dois ambientes: o [**Monitor de Fluxos**](broken://pages/JpE65z7uXWMrI28c3lsU) e o **Monitor de Tarefas**, que abordaremos aqui.

Ao abrir seu ambiente <mark style="background-color:blue;">**\<seuendereco>.capture.com.br**</mark> você deve selecionar o item **Monitor de Tarefas**. Uma janela se abrirá e você poderá determinar qual processo você quer monitorar. Selecione o processo e, se necessário, preencher os demais filtros.

{% hint style="info" %}
Note que é obrigatório filtrar por processo, mas os outros filtros são opicionais.
{% endhint %}

Após selecionar o processo que deseja monitorar, você pode refinar o filtro do processo e refinar sua busca determinando:

* a **versão do processo**;
* **identificação do fluxo**;
* a **tarefa** que contém no processo;
* o **responsável** pela tarefa;
* o **intervalo** de datas;
* e até mesmo o **atributo** que deseja encontrar (com filtros como "igual a", "diferente de", "que contenha", ou "que comece por").

Após definidos os filtros da sua tarefa, clique em Pesquisar.

<figure><img src="https://content.gitbook.com/content/73h8jc2boir77H17PQnh/blobs/a7R9K1tUzqg6Ft9BKt9G/MonitorTarefas1.gif" alt=""><figcaption></figcaption></figure>

### Dados retornados

Após realizar a pesquisa você verá o ID da instância, seu status, quem é a pessoa responsável, data de início, comentários, qual seu fluxo principal e os atributos do processo.

{% embed url="<https://www.loom.com/share/34a267a9114a49b88aebd95b485f4f40?sid=b06c6e77-b218-4f21-8e2e-530a729c85c6>" %}


---

# 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://kb.stoque.com.br/abaris/zeev-sead/tarefas-e-fluxos/monitorando-o-andamento-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.
