With the Pause node you stop the flow execution for a set amount of time. Use it to simulate natural wait times, give the user time to read a long message, or wait for an external process.Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
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.
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.