0 Replies Latest reply on Aug 31, 2017 3:18 AM by florin.s

    Catching errors not treated at process level

    florin.s

      Hello,

       

      How can we deal/catch with errors that are not handled by a process (database connectivity error, transactional error)?

      Once a transactional error occurs the process is aborted and the transaction is rollbacked. This is fine but we also need a way to be able to send a JMS message in order to notify an external system about the failure.

      Is there something like a global ExceptionHandler which should catch all the exceptions not treated at process level?

       

      We use jbpm 6.5.0 commercial version.

      Thank you!