---
title: "Manual Trigger"
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/manualtrigger
markdown: https://docs.nodetool.ai/nodes/nodetool/triggers/manualtrigger.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/triggers/manualtrigger.md
---

# Manual Trigger

**Type:** `nodetool.triggers.ManualTrigger`

**Namespace:** `nodetool.triggers`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| max_events | `int` | Events to process before the node stops listening (0 = unlimited). Applies only while the node listens in a running workflow; a fired trigger starts its own run and emits exactly one event. | `0` |
| name | `str` | Name for this trigger, emitted on the source output | `manual_trigger` |
| timeout_seconds | `float` | How long to wait for the next event before stopping (empty = wait forever). Applies only while the node listens in a running workflow. | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| data | `any` |  |
| timestamp | `str` |  |
| source | `str` |  |
| event_type | `str` |  |

## Related Nodes

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