[jboss-user] [jBPM Users] - Re: How to signal subprocess?

rmoskal do-not-reply at jboss.com
Wed Nov 25 21:27:10 EST 2009


Something like this works for me:

ExecutionImpl tp = (ExecutionImpl) executionService.findProcessInstanceById(topPop.getProcessExecutionId());
  | 		
  | ExecutionImpl subProc =  tp.findActiveExecutionIn(activityName).getSubProcessInstance();
  | 
  | executionService.signalExecutionById(subProc.getId(),"to Rework");

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

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



More information about the jboss-user mailing list