Hello,
I’m facing an issue when calling a java service within flow and the java service throws a new ServiceException, the entire pipeline vanishes after the call. Within the flow i was able to fetch the error thrown using pub.flow.getlasterror in my catch block however the pipleline within getlasterror object is still empty. Is there a way to retrieve the pipeline or preserve the pipeline when such an exception happens?
Thank you.