[jbpm-users] [JBoss jBPM] - Re: End Node - End All Tasks

tpaz do-not-reply at jboss.com
Tue Nov 25 06:23:15 EST 2008


I tried the following handler, which seems straightforward:

public class EndAllTasks implements ActionHandler {

public void execute(ExecutionContext executionContext) throws Exception {
                        executionContext.getTaskMgmtInstance().endAll();
        }
}

but I'm getting a concurrent exception.

I'm looking for a clean and simple solution.

Thanks, Tomer
 

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

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



More information about the jbpm-users mailing list