App Flow
Create an isolated, reusable client-side workflow that processes actions and data and can return results.
Learn App FlowsFlow Connect coordinates client-side actions visually. Choose an isolated reusable App Flow, a page-aware Page Flow or a compact Inline Flow for event handling.
Simple event glue can stay inline, page-aware orchestration can stay with the page, and reusable processing can live in an App Flow that returns a result.
Create an isolated, reusable client-side workflow that processes actions and data and can return results.
Learn App FlowsCoordinate a workflow inside a page with access to that page's components and actions.
Learn Page FlowsKeep a short sequence of actions directly inside an element event when no returned data is needed.
Learn Inline FlowsThe flow type communicates the scope and return behavior before anyone reads every step.
Decide whether the behavior belongs to one event, one page or a reusable application workflow.
Compose client actions and data transformations in their execution order.
Trigger the flow from the relevant interface event and adjust it as the application grows.
The generated guides explain the scope, editor and practical use of each workflow type.
Start with the smallest appropriate flow, then follow the guided path as your client-side behavior becomes richer.