Step doesn’t have success/error outputs like integration nodes — it uses a single output connection, like most flow nodes.
When should you use a Step?
It’s useful when you want to sketch out a flow’s structure before deciding which node goes in each spot, or when working as a team and you want to reserve a place with a note about what’s still pending.Create and configure a Step
1
Add the node
From the Builder’s side menu, select Step and drag it onto the canvas.
2
Write a title and a comment (optional)
Click the Step to open its configuration panel and define a title and a comment describing what should go there. The comment allows up to 100 characters.
Automatic replacement
When you drop another node onto a Step, it automatically turns into that node — inheriting its type and configuration, and removing any outgoing connection the Step previously had.Important considerations
- The node’s title isn’t customizable — it’s always labeled “Step”.
- It can’t be collapsed like other canvas nodes.
- It doesn’t count as real flow content for features like the AI assistant, which ignores it when evaluating whether a workflow is empty.