In-page
Runs in a page Page context
Page Flow executes inside a page, can interact with that page’s components/actions, and can return data.
Page Flow is a client-side workflow that executes inside a specific page. It can interact with that page’s components/actions and can return data.
TIP: Use a Page Flow when the workflow belongs to one page and needs to interact with that page’s components/actions.
A Page Flow lives inside the page as a dmx-flow script block. It can branch and execute steps sequentially.
Run the flow from an App Connect event, then read flowId.data, flowId.running, and flowId.lastError in your UI.
Review what you did and choose a next tour.
Pick a related tour to continue.