cancel
Showing results for 
Search instead for 
Did you mean: 

Online process modification

gvergaram
Champ in-the-making
Champ in-the-making
Hi everyone,

I'm using Activiti 5.17 and, by a client request, i need to execute what i've called "online process modification".

I explain: i deployed the process version 1.0, the user has executed this process version 1.0, but now the client want to modify the process to a version 1.1, and also the client wants the process who the user is executing must actualize to version 1.1.

Is this possible? I understand this could be a problem, but i need to resolve this.

Thanks in advance
1 REPLY 1

trademak
Star Contributor
Star Contributor
We have a SetProcessDefinitionVersionCmd class that can help you to do this. You can use the ManagementService executeCommand method to run this command.

Best regards,