Configuration
1
Define the time
Enter the pause duration as a numeric value (minimum 1). This value is combined with the unit you choose in the next step.
2
Select the unit
Choose the time unit to apply to the configured value:
Example
3-second pause between messages
If you configure Time =
3 and Unit = Seconds, the flow waits 3 seconds before continuing to the next node. This allows you to give a brief breathing room between two consecutive text messages.Block the flow during the pause
By default the pause leaves the user free: if they write while the flow waits, their message is handled by the project router instead of the paused workflow, and the pending pause may be cancelled in the process, leaving the execution in Processing without continuing. With Block flow enabled, the user stays inside this execution for the whole pause: every message they send gets the Waiting message you configured and never leaves the workflow.How long the block lasts
The block lasts as long as the pause, capped at 1 hour. If you configure a longer pause, the block lifts at the cap and the user goes back to talking to the router; the pause keeps running and the flow continues when it ends. As soon as the pause ends and the flow advances to the next node, the block is released automatically.When it does not apply
- Tests from the canvas: debug executions never block the user.
- Conversations with an operator: if a human agent takes over the conversation, their messages do not go through the block.
- Pauses inside a Tool: only the workflow that talks to the user can hold them, so blocking configured on a Pause that runs inside a Tool is ignored.
On router bots, a message the analyzer considers off-topic can take the user to another skill. That releases the block, exactly as it does today with a blocking Question node.
Resume an execution that did not continue after the pause
If an execution does not continue after a Pause node —the pause does not advance on its own and the execution stays in Processing status— you can resume it manually from the Brain Logs.1
Open the execution detail
In the Logs section, open the execution in Processing status that did not continue after the Pause.
2
Resume from the Pause node
On the Pause node card, next to the debug button, click Resume and confirm.
The Resume button is only enabled when the last node in the log is a Pause node and the execution is in Processing status.