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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...