1 Reply Latest reply on Jan 10, 2006 3:14 AM by ralfoeldi

    Recovery in jBPM

    nsobti

      Looking at the jBPM docs available, it did not seem like it was performing any recover for failed processes. Is there any way to track/recover workflows?

      Thanks.

        • 1. Re: Recovery in jBPM
          ralfoeldi

          There are a few topics on that subject here, some very detailed.

          It's basically a question of correct transaction handling. Execute workflows inside a transaction and you can rollback and start where you were coming from.

          Whatever triggered the execution (timer, gui, jms message, etc.) would have to be repeated but this could be wrapped in the same transaction (except for the gui, that would be handled by a error message and a request to try again.)

          Greetings

          Rainer