3 Replies Latest reply on Oct 4, 2011 7:48 AM by salaboy21

    Node goto

    diogosaad

      Hi All,

       

      I was wondering if it's possible to make a "hard goto" to a specific node of the process.

      Also, is it possible to rewind a few nodes in the process execution?

       

      Thanks,

      Diogo.

        • 1. Re: Node goto
          salaboy21

          I'm not aweare of any mechanism to achieve that, but you can create more ad-hoc (un structured) processes, what business situation are you trying to model?

          Cheers

          • 2. Re: Node goto
            diogosaad

            I've got a Business Process in which almost eveynode would have transitions to all other nodes. I guess that's what you mean by un-structured process.

             

            I've tried to create a process with "loose" nodes but the parser complains:  Node 'Script' [4] has no connection to the start node.

            • 3. Re: Node goto
              salaboy21

              Exactly, you will probably need to use ad-hoc processes. Take a look at the example files used tests in the jbpm-bpmn2 project. Can you describe a little bit why each node will have a transition to all the other nodes? Cheers