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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...