Getting Started

Getting Started

Installation

Your First Flow

UI Flow Editor

Triggers

Action Steps

Community

Community version

Troubleshooting

Roadmap

Releases

Async actions


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:

  1. Activate the async feature.

    Sync / Async toggle button

    Sync / Async toggle button

  2. 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

Loops

Next →

Set Value

On this page