When using Evaluate Labels = true, and using expressions, I am wishing to have two child steps:
BRANCH
%value% > 10: Do A
%value% > 5: Do B
So that A will occur if value is > 10 and B when value is > 5 (but < 10)
HOWEVER, the User Documentation states (DeveloperUsersGuide.pdf, p.170):
“Important! The expressions you create for the children of a BRANCH step need to be mutually exclusive (only one condition should evaluate to true at run time).”
Can anyone tell why this is so? Or is it just plain wrong?
Kind Regards,
Robin McKenzie
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB