Mule batch is new for me, I'm not clear about few scenario's and the documentation was not so clear. Actually in my flow,
In my batch Input Phase - for example i'm getting some input phase exception (or loading phase Exception).How can i catch the exception and route it to my global exception strategy. (If it is normal flow, we have exception handling to handle it externally).
I'm planning to do a condition check for these exceptions in complete phase and route to global common error handling. Is the approach is correct ?
Could you plz any one help on me. I'm confused with this scenario's. Thanks in advance.