Regd using variables in Branch. The variables can be defined in 2 ways:
- Using the label property and defining the variable in the label or
- Using the variable as part of a sequence or a map step inside the branch
Incase of using case 1, the property Evaluate Labels should be set to False and your statement would look like “Branch on /label”
Incase of using case 2, then the property Evaluate Labels should be set to True and your branch statement would look like “Branch”
and inside the branch statement suppose we are using a sequence then the label of the sequence should be “%label%>10:Sequence”
It is basically like when using the variable as part of the Branch statement you dont have to put the %% tag. Whereas when you are using the variable as a substep inside the branch then the %% tag is necessary and the Evaluate Labels should be set to true
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services