[jboss-user] [JBoss jBPM] - Re: Join Problem

freak182 do-not-reply at jboss.com
Thu May 21 05:27:06 EDT 2009


Ok. i do not put a controller class because i use WfEngine for that. Here is some wfengine works:


  | 
  | final String taskInstanceId = BPMEngineRegistry.getLocalId(wfTask.id);
  | 
  | ............
  | 
  | wfEngine.signal(wfTask.path.id, null);
  | wfEngine.endTask(taskInstanceId, null);
  | 

that line of code works (signalling to another task) for  process that not in fork/join context. Should I add a taskcontrollerhandler to be able to work?

Thanks a lot.
Cheers.


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

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



More information about the jboss-user mailing list