[jboss-user] [JBoss jBPM] - Re: process instance

kaobiore do-not-reply at jboss.com
Sat Sep 16 13:59:49 EDT 2006


hi!

your action-class should look like this:


  | public class DoSomethingHandler implements ActionHandler {
  | 
  | 	private static final long serialVersionUID = 1L;
  | 
  | 	public void execute(ExecutionContext executionContext) throws Exception {
  | 
  | 		executionContext.leaveNode();
  | 
  | 	}
  | 
  | }
  | 
  | 

By calling "leaveNode()" you will leave this node and go ahead with graph-execution.

brgds
k



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

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



More information about the jboss-user mailing list