Platform
Flows
Flows are the backbone of every onboarding experience you build. They contain the content and logic for an experience, can be edited in real-time or with version control, and will automatically track user states and stats.
Lifecycle of Flows
At the highest level, Flows consists of a series of ordered steps that a user must complete to accomplish a goal. These are present in the data
array in the Flow’s config.yml
.
Each user will have their own state for each Flow, which is tracked by Frigade. This state is used to determine which steps a user has started and completed, and which steps they have yet to complete. The state also keeps track of whether the user has aborted the Flow or successfully completed it.
Frequently Asked Questions

The Flow detail page is where you manage and update each Flow