You can call GraphSession.deleteProcessInstance on each instance you want to remove. Note that this method is somewhat slow due to cascading.
If you want mass deletion you can analyze the order of the statements executed by deleteProcessInstance and write a SQL script. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218506#4218506 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218506 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
