Conditions let you control workflow branching based on runtime decisions.Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
How It Works
Common Patterns
Intent-Based Routing
Priority Handling
Best Practices
Keep conditions simple
Keep conditions simple
Complex conditions are hard to debug. Break into smaller checks.
Always have an otherwise
Always have an otherwise
Provide a fallback for unmatched conditions.
Related
Loops
Repeated execution
Workflows
Complex flows

