A Manual Trigger starts a workflow on demand — either when a user clicks Start run directly, or when another workflow calls it programmatically.
This is the default trigger for new workflows, so you can build and test your logic immediately without connecting an external service.
In the Start node inspector, select Manual Trigger.
Define run inputs (optional)
Add input fields the workflow should accept when triggered. Each input becomes available as a step output throughout the rest of the workflow. Inputs can be typed (text, number, date, boolean) and given default values.
Start a run
Click Start run in the inspector. If the workflow has required inputs, a dialog prompts you to fill them before the run begins.
Any published manual workflow can be triggered from another workflow using a Trigger Workflow step (under Flow Control in the node picker).