Thank you for the quick reply!
In the createActivity state is the createActionHandler called on the 
before-signal event. 

I have deleted all the code to avoid such "accidents", so that the 
actionHandler just call a transition to leave the node. 


  | import org.jbpm.graph.def.ActionHandler;
  | import org.jbpm.graph.exe.ExecutionContext;
  | 
  | public class createActionHandler implements ActionHandler {
  | 
  |     public void execute(ExecutionContext arg0) throws Exception {
  |         // TODO Auto-generated method stub
  | 
  |         
  |         arg0.getNode().leave(arg0,"to_handleActivity");
  |         
  | 
  |     }
  | 
  | }
  | 



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958854
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to