# Delayer

**Delayer** allows delays to be introduced in the execution of the pipeline and can be used for test scenarios, for example.

## Parameters&#x20;

Take a look at the configuration parameter of the component:

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Milliseconds</strong></td><td>Total delay time to be introduced in the execution of the pipeline (in milliseconds).</td><td>10</td><td>Integer</td></tr></tbody></table>

## Messages flow <a href="#messages-flow" id="messages-flow"></a>

### **Input** <a href="#input" id="input"></a>

The component accepts any entry message and doesn't interfere or manipulate it.

### **Output** <a href="#output" id="output"></a>

The component returns the same input message, without interfering or manipulating it.


---

# 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/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.
