Wait
The Wait
node pauses the flow for a specified amount of time before continuing.
It is useful for creating delays in your flow, such as when you want to give the user time to read a message before proceeding.
Properties
It has only one property, Duration
, which allows you to set the amount of seconds to wait before continuing the flow.
Best Practices
Rules of thumb
- Use the
Wait
node to create delays in your flow. - Keep the wait time short to maintain user engagement.
- Use the
Wait
node sparingly to avoid frustrating users with long delays.