> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Btn Trigger

> Creates on-demand executable branches that run ONLY when manually clicked, never during automatic workflow execution

Creates on-demand executable branches that run ONLY when manually clicked, never during automatic workflow execution. Nodes connected to this trigger are excluded from main workflow runs (scheduler, manual run, other triggers) and execute in isolation when the button is clicked. Multiple button triggers can exist in the same workflow for different on-demand actions.

|                     |                            |
| ------------------- | -------------------------- |
| **App**             | Button Trigger             |
| **Operation ID**    | `flow_control_btn_trigger` |
| **Type**            | Trigger                    |
| **Connection**      | None                       |
| **Credits per run** | Free                       |

## Inputs

This node takes no inputs.

## Output

**Type**: `None`

Returns nothing. Trigger node that starts workflow branch on click.
