[jboss-user] [JBoss jBPM] - Re: Asynchronous WS invocation - advice needed

alex.guizar@jboss.com do-not-reply at jboss.com
Sat Feb 3 15:56:41 EST 2007


In general you need the tokenId (long), in case you model a process with multiple branches of execution and the transitionName (String), should you have multiple outgoing transitions at some point.

With these parameters, use jbpmContext.loadToken(tokenId), then call token.signal(transitionName).

You don't need the state, because the Token object you load will already contain a pointer to it.

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

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



More information about the jboss-user mailing list