Condition Node
Condition evaluates an expression and routes flow by true/false result.
Configuration Fields
| Field | Required | Purpose |
|---|---|---|
| Condition Expression | Yes | Boolean expression evaluated against payload |
Setup Steps
- Add Condition node after validation or inference.
- Define boolean rule (for example threshold checks).
- Connect true and false branches to explicit outcomes.
Best Practices
- Keep expressions explicit and readable.
- Normalize payload keys before condition checks.
- Log branch decisions for auditability.
Common Issues
- Expression errors from missing payload keys.
- Wrong branch behavior due to type mismatch.
