[jboss-dev-forums] [Design of JBoss jBPM] - Re: JMS Example in 3.2 Beta
jeffdelong
do-not-reply at jboss.com
Wed Jan 17 11:57:03 EST 2007
I see another issue with using the CommandListenerInterface to start a process: the NewProcessInstanceCommand does not automatically signal the processInstance to advance the token. Thus, a second JMS message is required to signal the processInstance, but since the original message has no way to return a processInstanceId, there is no way to know which processInstance to signal. Also, the SignalCommand has a tokenId, but no processInstanceId (even if there were a way to return the processInstanceId).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002928#4002928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002928
More information about the jboss-dev-forums
mailing list