> For the complete documentation index, see [llms.txt](https://docs.floui.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos.md).

# Filas e eventos

- [Subflow Call](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/subflow-call.md): Chama a execução de um subfluxo interno no fluxo atual.
- [Subflow Input](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/subflow-input.md): Inicia um subfluxo interno para execução no fluxo atual.
- [Subflow Output](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/subflow-output.md): Finaliza um subfluxo interno no fluxo atual e retorna a mensagem para o iniciador do subfluxo.
- [Publisher (Pub/Sub)](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/publisher-pub-sub.md): Crie canais de transmissão e publique dados para diferentes fluxos através de um sistema de mensageria Pub/Sub.
- [Queue Publisher V2](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/queue-publisher-v2.md): Publica mensagens enfileiradas sob demanda, utilizando o padrão de filas do serviço Redis interno do Workspace.
- [Flow Call](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/flow-call.md): Inicializa a execução de um fluxo externo em um mesmo workspace.
- [Flow Output](https://docs.floui.io/guia/conectores/categorias/filas-e-eventos/flow-output.md): Finaliza a execução do fluxo externo e retorna a mensagem para o fluxo inicializador.


---

# 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.floui.io/guia/conectores/categorias/filas-e-eventos.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.
