Concept Flow - Relational patterns
Start with a value
Apply relational pattern
Check if value matches condition
Yes No
Execute True
End
Relational patterns check if a value meets a condition like >, <, >=, <=, ==, or != and then choose what to do based on that.