Hello, could you please give me a short answer to this understanding problem?
The example situation:
TaskNode A ------> Fork
Fork ------> TaskNode B
Fork ------> TaskNode C
Lets assume, i have a token in TaskNode A. Now i call token.signal().
The token moves to Fork. Now again token.signal().
Do i result in 2 tokens, one for TaskNode B, one for TaskNode C?
Or do i only have one token for both TaskNodes?
I have this situation in my code, and dont know how to get all active TaskInstances after
leaving a fork....
thx in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125276#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...