2 Replies Latest reply on Nov 14, 2006 12:49 PM by kukeltje

    A few clarifications/queries needed

    rohitdev

      1. What is the org.jbpm.graph.def.ExceptionHandler in the process flow definition.
      2. What happens when a process flow fails? Are their any known issues?
      3. When a process is forked & on of the paths fails what is the behaviour that takes place? How to handle such failures?

      Regards,
      Rohitdev

        • 1. Re: A few clarifications/queries needed
          rohitdev

          Hi,
          Would like to have replies urgently,as i'm in the process of evaluating several workflow engines.So that i can use them in my project

          • 2. Re: A few clarifications/queries needed
            kukeltje

            1: the name says it all. It is the class that implements the functionality so you can specify in the process what should happen when an error occurs.

            2: Depends on what you configure and on unknown bugs (known bugs are in jira, you have to look for them yourself)

            3, part 1: no idea, think it depends on how you implement the errorhandlers
            3, part 2: if you want specific behaviour, implement errorhandlers