Workflow Recipes
Task router for common workflow needs so you can jump straight to the right server-side or client-side tour.
Choose a Workflow Task
Use this tour when you already know the problem you need to solve and want the fastest route into the right workflow family. The group titles below frame the task; the linked tours keep their canonical metadata so the path stays consistent across docs and menus.
Choose a workflow task
Section titled “Choose a workflow task”Route from the problem you have to the workflow family that fits it.
Server-side tasks
First Server Connect Action
First Server Connect action: add steps, test the API response, and use it in a page or component.
Security Provider fundamentals
See how Security Providers drive login sessions, action restrictions, and protected page flows across a Wappler project.
Server Connect Actions
Start here for Server Connect Actions (Workflows > Server Connect Actions): manager overview, a guided path, a first action, editor deep dives, and recipes & patterns.
Client-side tasks
App Flow: First flow
Explore App Flow: First flow: First App Flow (mental model), App Flow, and steps (and outputs).
Page Flow (in-page)
Page Flow executes inside a page, can interact with that page’s components/actions, and can return data.
Inline Flow (event actions)
Inline Flow is a sequence of actions inside an element’s event handler; it executes actions but does not return data.
App Connect Flows
Start here for App Connect Flows: learn the three flow types (App Flow, Page Flow, Inline Flow) and jump into the dedicated App Flow editor tours.
Still choosing