Hi,
if have the following problem:
I have a Node node which has two leaving transitions. In the actionHandler (event:
Node-Enter) I choose the "right" transition. It works fine and it executes two
tasknodes (fork/join) and they are assigend to a user.
But then something goes wrong: The Node node mentioned above chooses the "left"
transition (without any interaction) and executes the following Node node. Why does that
happen?
Illustration:
Node node
/ \
/ (left) \ (right)
Node node Node fork
/ \
/ \
Node Task Node task
\ /
\ /
Node join
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998583#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...