[jboss-user] [JBoss jBPM] - Re: transfer existing processes to new process definition

kukeltje do-not-reply at jboss.com
Fri Feb 29 08:26:04 EST 2008


jBPM does not provide migrating processes to newer versions of a definition *out of the box* for various reasons:
- it does not know how to map ALL existing nodes to new ones, since a lot can change
- it does not know how to map ALL existing variables to new ones since a lot can change
- it does not know how to map tokens in running instances to nodes in the new processes since a lot can change

As you can see migrating processinstances is not practical, that's why there is no support out of the box

it *does* provide a low level api whith which you can manipulate almost everything. It's up to you to learn this api and use it at your own discretion.

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

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



More information about the jboss-user mailing list