[jboss-user] [JBoss jBPM] - Problem with state transition
vipul.gupta
do-not-reply at jboss.com
Mon Jun 4 08:16:53 EDT 2007
Hi everyone,
i am facing a peculair problem.
I have a PD
start ->taksNode1 -> taskNode2 -> taskNode3 -> end-State
when i run the folowing code ,
println(instance.getRootToken().getNode().getName());
instance.signal();
println(instance.getRootToken().getNode().getName());
it prints
start
end-state
in test case doing a signal on the instance takes it to taskNode1.
any idea what is happening or what i might be doing wrong..
-Vipul
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050912#4050912
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050912
More information about the jboss-user
mailing list