# Delayer

O **Delayer** permite que atrasos sejam introduzidos na execução do *pipeline*, podendo ser utilizado para cenários de teste, por exemplo.

## Parâmetros

Dê uma olhada no parâmetro de configuração do componente:

<table data-full-width="true"><thead><tr><th>Parâmetro</th><th>Descrição</th><th>Valor padrão</th><th>Tipo de dado</th></tr></thead><tbody><tr><td><strong>Milliseconds</strong></td><td>Tempo total de atraso que será introduzido na execução do <em>pipeline</em> (em milissegundos).</td><td>10</td><td>Inteiro</td></tr></tbody></table>

## Fluxo de Mensagens <a href="#fluxo-de-mensagens" id="fluxo-de-mensagens"></a>

### **Entrada** <a href="#entrada" id="entrada"></a>

O componente aceita qualquer mensagem de entrada e não realiza interferências ou manipulações nela.

### **Saída** <a href="#sada" id="sada"></a>

O componente retorna a mesma mensagem de entrada, sem realizar alterações ou manipulações nela.


---

# 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.digibee.com/documentation/connectors-and-triggers/pt-br/connectors/flow/delayer.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.
