"kukeltje" wrote : and add an action that cancels all other parallel tasks if
one is acted upon
I don't think that's needed... The task node can be configured as signal=first
end-tasks=true, right?
<task-node name="task3" end-tasks="true"
signal="first">
That will let the first task signal to the next node and cancel all open tasks, at least
from my understanding.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958841#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...