[jboss-user] [JBoss jBPM] - Re: Token.signal() ---> 2 tokens?

mputz do-not-reply at jboss.com
Thu Feb 21 09:46:30 EST 2008


IMO, you shouldn't signal the root token once it has arrived in the fork:


  | 	    Token root = processInstance.getRootToken();
  | 	    // root token is already on the fork, signal children instead
  | 	    // root.signal();
  | 

I've found a (rejected) feature request to prevent the root token from being signaled on a fork node: http://jira.jboss.com/jira/browse/JBPM-642

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131093



More information about the jboss-user mailing list