[jboss-user] [JBoss jBPM] - Re: how to signal a sub-process in 3.2.2

dfrenkiel do-not-reply at jboss.com
Wed Sep 26 20:30:26 EDT 2007


sorry. here's the method declaration in a more readable format:

public void signalProcessInstance(ProcessInstance processInstance) {
  | 
  |     ProcessInstance subProcessInstance =
  |                     ProcessInstance.getRootToken().getSubProcessInstance();
  | 
  |     if(subProcessInstance == null) {
  |         processInstance.signal();
  |     }
  | 
  |     else {
  |         signalProcessInstance(subProcessInstance);
  |     }
  | }

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

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



More information about the jboss-user mailing list