1 Reply Latest reply on May 29, 2007 3:41 PM by pattchen

    Concurrent paths in a Fork without join

    pattchen

      Hi,
      I'm using a fork without a join, and i would like to know how concurrent paths of execution behave. Does each path goes until the end of the process,or until the next node they have in common in their execution path?

      [[ I've tried to check this by putting an action(which prints something on the console) in the node-enter event of the final state,but this action is not executed. ]]


      Thanks in advance,
      regards