Breakpoint
action.breakpoint
Pause execution until manually resumed. Insert breakpoints anywhere in your workflow to inspect the payload at that point.
Icon:
pause.circle
Ports
Inlets
Input
(any)
Outlets
Output
(any)
Configuration
| Field | Type | Description |
|---|---|---|
label |
text | Optional note label displayed on the node. |
Output
Passthrough — the incoming payload is forwarded unchanged when execution resumes.
Use Case
When debugging complex workflows, insert a Breakpoint node between any two nodes to pause execution and inspect the payload at that point. The workflow halts at the breakpoint and waits for you to manually resume it from the execution timeline. This lets you verify data is flowing correctly before it reaches downstream nodes.