Hi, Is there any way to stop executing split on exception but continue running the rest of the route after split or the outer route?
I tried setting stopOnException() but it stops the route immediately and nothing can be done following the exception. I tried using aggregationtrategy but I don't see any option to stop running split if I see exception raised or handled. *Thanks* *Harsh*
