Static Comparison Method:
Setup your branch to switch on /processValidationResult
Set the labels of your conditional steps to the following
‘Success’ being one of you checks
$default being your else condtion.
Either usea sequence operator to process multiple steps based on your true/false conditions such as set your variable.
Dynamic Method
Setup Branch Operator to evaluate labels make sure you don’t populate the switch field.
in the labels of your condition child steps: put something like this for you first condition:
%processValidationResult% = ‘Success’
Your else could be either a default or something like 1=1 because only one condition will be executed just list this one last. You also might be able to just list $default there and get it to be your else condition.
Let me know if this is not on track.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services