Getting Started
UI Flow Editor
Basic
Advanced
Actions
Navigation
Community
This page provides an overview of async actions.
Asynchronous (or async) actions refer to a specific way of handling tasks that may take some time to complete. Async actions run in the background, meaning that they will not require the page to pause the user's current work.
<aside> âšī¸ Note: For example, the Refresh and Save actions can be implemented asynchronously.
</aside>
To add an action that runs simultaneously in the background without interrupting the main step, follow these steps:
Activate the async feature.
Sync / Async toggle button
Add an action step under the second branch that appears.
Result: The new action will be executed in the background while the main step continues to run.
â Previous
Next â
On this page