Hi All
I have a process which contain 5 services (say) .Each of the services are using service task to call a Java method ,now in each of the services we are performing some operation and if the operation is successful then we are moving to the next one else we are throwing BPMNError Exception from inside the method
We have added a Error Event Sub Process which will handle all the exception
My Question is how to get the error Message of the exception from the Sub Process ,I am not able to fetch the error message from the sub process