To be more precise ...
When I used JBPM without seam, I had to write these lines in my action handlers so that
the process continues :
public void execute(ExecutionContext context) throws Exception {
| context.leaveNode();
| }
What should I do with Seam to make it work the same ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080467#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...