Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | webMethods Flow Steps | BRANCH | Branching on Expressions
 
Branching on Expressions
When you branch on expressions, you set the Evaluate labels property of the BRANCH step to true. In the Label property for each child step, you write an expression that includes one or more variables. At run time, the BRANCH step executes the first child step with an expression that evaluates to true.
If you want to specify a child step to execute when none of the expressions are true, set the label of the child step to $default.
BRANCH step using expressions