Skip to content

Workflows

A guided starting point for Workflows: Server Connect Actions (server-side) and App Connect Flows (client-side).

Back to AI Manager
Workflows

A guided starting point for Workflows: Server Connect Actions (server-side) and App Connect Flows (client-side).

App Flow (isolated): what it is

App Flow is a reusable client-side workflow that runs isolated from the page. It processes actions and data, and returns results back to the caller.

TIP: Think of an App Flow as a client-side function: call it, wait for results, then update the UI.

Isolated
No direct page access Inputs/outputs
Reusable
Call from many pages Same behavior
Returns data
Expose results To your UI
Use App Flow when you want a reusable workflow with inputs and outputs.
Keep it pure: treat it like a function (parameters in, results out).
If you need database or protected logic, call a Server Connect Action from the App Flow.
Start here
Build by task
Reference
Go to