[jboss-user] [JBoss jBPM] - Re: Problem with transition

roberto do-not-reply at jboss.com
Mon Sep 29 10:12:51 EDT 2008


I fixed it.
It is not possible to use

  | vTaskInstance.getToken().signal("Yes"); // or also ("No")
  | 

but the right way is :


  | vTaskInstance.end("Yes"); // or also ("No")
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179387#4179387

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



More information about the jboss-user mailing list