Hi,
In a Java service task I am calling EJBs in a different system. When exceptions are thrown from the EJB how do I throw an exception in the service task (JavaDelegate) so that the exception can be translated to a BoundaryErrorEvent so that a proper path can be followed in the WF ? Or do I need to catch exceptions within the service task set some Process variables and use exclusive gateway to take different paths for different exceptions?
thanks,
Rue