[jboss-user] [JBoss jBPM] - Re: task instance doc confusing
holly77
do-not-reply at jboss.com
Thu May 10 07:39:17 EDT 2007
A task with blocking set to true will throw an Exception, if you try to propagate the execution over a task, that still has open TaskInstances.
So the flag is there, to be able to make sure, that all of the TaskInstances of a task are finished.
The signalling flag is just there to indicate whether the TaskNode will signal the Token at all (true) or not (false), if e.g. all taks are finished, and is completely independent from the blocking flag.
Hint: read section 18.4.24. about tasks in the reference manual!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044648#4044648
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044648
More information about the jboss-user
mailing list