cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti new bpmn deployment

shrikantsoni199
Champ in-the-making
Champ in-the-making

Hi All,

I am new to activity, i have a query about internal version management of Activiti.

when i change and deploy bpmn files in progress flows use previous version of bpmn.

Can we change this behavior ??

any help is appreciated.

5 REPLIES 5

sathishspeaks
Champ in-the-making
Champ in-the-making

Which version of activiti you are using ??

On Fri, Jun 9, 2017 at 2:41 PM, shrikantsoni1990 <community@alfresco.com>

You can use SetProcessDefinitionVersionCmd also in Activiti5.

It's my SetProcessDefinitionVersionCmd simple sample code.

Please forgive me for comments in Japanese.

process_def_migration_sample/ChangeProcessDefVersionSampleTest.java at master · daisuke-yoshimoto/pr... 

Where can i get the downloads of activiti 5.18

I am using activity 5.22

ryandawson
Elite Collaborator
Elite Collaborator

If you've an in-flight instance of a process and you change the process definition then the in-flight instance will remain on the version of the process definition that it was started for. This is typical for BPM tools - to change a process instance to another version of the process is normally treated as a migration. See