Quick Start
1
Simple Usage
2
With Configuration
User Interaction Flow
Configuration Levels
Flow Methods
API Reference
Workflows Module
Workflow and flow patterns
Conditions Module
Conditional routing
Best Practices
Keep flows simple
Keep flows simple
Start with 2-3 branches, add complexity as needed.
Always have a fallback
Always have a fallback
Use
.otherwise() to catch unmatched cases.Test each path
Test each path
Verify all branches work before production.
Related
Routing
Request routing
Workflows
Multi-step workflows

