Dear All,
I observed something strange (may not) and would like to ask your comments or views on this!
Say I have written a flow like below:
Input: num1, num2
Output: sum, diff, multi
SEQUENCE (Exit on Success)
→ MAP (Invoke addInts as a transformer service)
→ MAP (Invoke subtractInts as a transformer service)
→ MAP (Invoke multiplyInts as a transformer service)
As per the SEQUENCE (exit on success property) it should Exit the sequence when a child step executes successfully or after all child steps fail.
From the above statement, if I pass num1=1 and num2=2 to the code I should expect only sum=2 but that is not the case I see sum, diff, multi.
And also in the code if I replace MAP with Invoke step I see only sum=2.
Is it a bug in the product or it is a expected behavior for a MAP (invoke svc as a transformer) step within sequence (exit on success). 
#Integration-Server-and-ESB#webMethods