Trading Networks 10.3 | Administering and Monitoring B2B Transactions | Service Development Help | 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.
Figure 82. BRANCH step using expressions