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#4177284

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177284

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to