> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/rn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/rn/orquestrador/versoes-anteriores/versao-3.18.0.md).

# Versão 3.18.0

## Release Notes — Versão  3.18

### O que é novo

* **Visualização de volumetria de execução nas tarefas**: Implementada uma nova seção na tela de detalhes da tarefa que exibe contadores de erros de robô, erros de negócio, alertas e sucessos, permitindo uma análise rápida dos resultados da automação.
* **Integração de volumetria com o Hub**: O Orquestrador agora consolida e envia automaticamente os dados de execução (sucessos, erros e alertas) para o Hub, garantindo a consistência dos indicadores operacionais.

<p align="center"><a href="https://docs.roboteasy.tech/studio/geral/volumetria">Entendar como vizualizar a volumetria no orquestrador e HUB</a></p>

### Correções

* **Melhoria na performance da listagem de robôs**: Otimização da consulta no campo de seleção de robôs na tela de agendamentos, eliminando a lentidão ao carregar a lista para o usuário.
* **Correção na pesquisa de robôs com caracteres especiais**: Resolvido o erro que causava carregamento infinito ao realizar buscas utilizando o caractere "\[" na caixa de pesquisa.
* **Ajuste na remoção de dados em grids**: Corrigido um comportamento anômalo que impedia a exclusão de dados em grids específicos, garantindo que a limpeza de informações funcione conforme o esperado.


---

# 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://docs.roboteasy.tech/rn/orquestrador/versoes-anteriores/versao-3.18.0.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.
