-
Bug
-
Resolution: Won't Do
-
Minor
-
jBPM 3.2.11.SP2
-
None
When all transitions leaving a fork do not have names, then not all the transitions leaving the fork are taken.
For example, the following fork will not work:
<fork name="testFork"> <transition to="script node"/> <transition to="forked"/> </fork>