[jboss-user] [JBoss jBPM] - Re: Is it possible to undeploy BPEL processes?

alex.guizar@jboss.com do-not-reply at jboss.com
Mon Feb 11 00:43:59 EST 2008


Undeployment is a twofold operation: undeploy the web module and remove the process definition from the database.

Undeploying the web module effectively makes the related process definition unreachable, but the process data stays in the database and can be queried later. This is normally what you want, unless you want to purge the data as well.

You can use the methods in GraphSession to delete an individual process instance or an entire process definition from the database. There is an open issue with constraint violations on Oracle (BPEL-252) but it needs to be investigated further.

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

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



More information about the jboss-user mailing list