in jbpm
ProcessInstance pi;
pi.signal ( "transitionName");
 And TaskInstance ti = it.next ();
ti.end ( "transitionName");
What is the difference between!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177284#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...