---
title: "Wait"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/triggers/wait
markdown: https://docs.nodetool.ai/nodes/nodetool/triggers/wait.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/triggers/wait.md
---

# Wait

**Type:** `nodetool.triggers.Wait`

**Namespace:** `nodetool.triggers`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| timeout_seconds | `int` | Seconds to wait before continuing (0 = no wait) | `0` |
| input | `any` | Input data to pass through to the output after waiting | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| data | `any` |  |
| resumed_at | `str` |  |
| waited_seconds | `float` |  |

## Related Nodes

Browse other nodes in the [nodetool.triggers](./) namespace.
