# Delay Action

## Overview

![The Delay Action Node.](/files/4nnnDxBNo97Pie9oTimC)

The **Delay Action Node** delays the **Action** for the specified duration (in seconds).

## Attributes

| Attribute        | Type      | Description                       |
| ---------------- | --------- | --------------------------------- |
| `Duration (sec)` | **Float** | The total time of the **Action**. |

## Inputs

| Input         | Type           | Description                                                           |
| ------------- | -------------- | --------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned **Instance** of an **Object**.                           |
| (►) `Start`   | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Duration`    | **Float**      | The total time (in seconds).                                          |

## Outputs

| Output        | Type           | Description                                                                        |
| ------------- | -------------- | ---------------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned **Instance** of an **Object**.                                        |
| `OnStart` (►) | **Pulse**      | Flows to additional actions following **Delay Action** when the **Action** starts. |
| `OnEnd` (►)   | **Pulse**      | Flows to additional actions following **Delay Action** when the **Action** stops.  |


---

# 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.incari.com/incari-studio/2021.5/toolbox/actions/delayaction.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.
