Dear all,

I found the solutions to solve this issue and I show my idea to discuss:
When calling task.end(transition) the task will fire EVENTTYPE_END_EVENT, Fork 
receive the event and do its task. At that time, the task check the signal flag 
(isSignalling) to make sure that 'the end of this task triggers continuation of 
execution' and this condition is passed, so the token of this task to send the 
signal by calling token.signal(transition) and Fork node will receive this 
signal again.
So, I think, we will off the signal flag by calling the function 
task.setSignalling(false) when calling task.end(transition) in the internal of 
this task.

Note: This situation only appear when you force end task in internal of this 
task.

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110657#4110657

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110657
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to