> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.5/toolbox/actions/delayaction.md).

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