Isolated
No direct page access Inputs/outputs
App Flow is an isolated, reusable client-side workflow: it processes actions/data and returns results.
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.
You connect a page to an App Flow using a Flow component, then run it from events.
The flow runs isolated, but it can receive parameters and return results.
When you run an App Flow, use its status and data in your UI.
Review what you did and choose a next tour.
Pick a related tour to continue.