I use this to clean up my development database of all process instances.

begin work;
delete from jbpm_comment;
delete from jbpm_variableinstance;
delete from jbpm_tokenvariablemap;
delete from jbpm_moduleinstance;
delete from jbpm_log;
delete from jbpm_token;
delete from jbpm_processinstance;
commit work;

This doesn't answer your question, I know, but it is how I keep things clean so 
the failed experiments don't create too much noise.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to