# Delay Action

## Overview

![The Delay Action Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-af055b465a39c33d881ff4a807fabeb434b8d7c2%2Fdelayactionupdatedimage.png?alt=media)

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

Visit [**Actions**](https://docs.incari.com/incari-studio/2023.2/toolbox/actions) for a general introduction to the **Actions Nodes**.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Delay Action Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-da463da0bcde4f5953b257d876222f41685327bc%2Fnode-delay-action-attr.png?alt=media)

| Attribute        | Type      | Description                                                                 |
| ---------------- | --------- | --------------------------------------------------------------------------- |
| `Duration (sec)` | **Float** | The time of the delay, if none is given in the `Duration` **Input Socket**. |

## Inputs

| Input         | Type           | Description                                                                                                                                                                                               |
| ------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned [**Instance ID**](https://docs.incari.com/incari-studio/2023.2/toolbox/actions/..#instance-id) of the **Action**. If nothing is received, it automatically assigns 0 as the **Instance ID**. |
| (►) `Start`   | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.                                                                                                                                     |
| `Duration`    | **Float**      | The time of the delay (in seconds).                                                                                                                                                                       |

## Outputs

| Output        | Type           | Description                                                                                                                    |
| ------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `Instance ID` | **InstanceID** | The assigned [**Instance ID**](https://docs.incari.com/incari-studio/2023.2/toolbox/actions/..#instance-id) of the **Action**. |
| `OnStart` (►) | **Pulse**      | Flows to the next **Node** following **Delay Action** when the **Action** starts.                                              |
| `OnEnd` (►)   | **Pulse**      | Flows to the next **Node** following **Delay Action** when the **Action** stops.                                               |
