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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to