I’m new to WM and while performing an change to one of the interface, I’m getting the below error.
com.wm.lang.flow.FlowException: [ISC.0049.9001] FlowExit ‘’ – no valid ancestor to exit from $loop
Actually we need to send an Invoice to the customer, but the amount was getting rounded off, because they used the rounding option and I removed the transformer and linked it directly.
Just put a map (blank) before loop to create pipeline which would hold results returned from loop and check with the exit on parameter value in the properties of loop.
Some times flow service behave like this in loop. Flow needs one step before loop to return the results back to pipeline.