I have a simple process definition of 5 linear tasks, each one of them having an action triggered on their node-enter events. I am trying to programmatically pause the execution of the process in the action handler of the first task by calling executionContext.getProcessInstance().suspend() But this makes no difference as execution still steps through all other actions of the subsequent tasks. The isSuspended value for the ProcessInstance does become true but execution doesnt stop. Can anyone tell me the correct way to pause a process execution? Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944685#3944685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944685 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
