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.
The Frigade Flow Editor (YAML)
About Flows
At the highest level, Flows consists of a series of ordered or unordered steps that a user must complete to complete the Flow. 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. Flows can also track the progress of an organization or a groups of users.