2 Replies Latest reply on Nov 20, 2009 7:29 AM by juanignaciosl

    "undo" / rollback a transition

    juanignaciosl

      My clients are interested in being able to undo a transition or going backwards in a process instance. Is it possible to do it somehow? They don't want to be told to model every backwards transition...

        • 1. Re:
          camunda

          Hi Juan.

          I think it is a good idea NOT to model all the backward transitions. Unfortunetely there is no out-of-the-box way of undoing (means rolling back a business transaction) at the moment. And some things have to be considered, like compensating actions and the like.

          There was a discussion about it already a couople of times, but if I am right, it is not yet built in. We always implemented it project specific if required.

          Cheers
          Bernd

          • 2. Re:
            juanignaciosl

            How hard was implementing it project-specific? Is that code reusable? :)