cancel
Showing results for 
Search instead for 
Did you mean: 

Update process Definition

amir_kourani
Champ in-the-making
Champ in-the-making
Hi,
Is there a way  to udate process Definition and all its instances if so , what will happen to the current task of the running instance?
if there is a documentation to this , please specify the link.
Thank you.
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Updating process instances to a new process definition version is difficult to implement fully generic.
We have a ProcessInstanceMigrationTest unit test and a SetProcessDefinitionVersionCmd command class that provide some help for this.
But what's really important is that the active activity instance is also present in the new process definition. If that's the case, then the migration could work.

Best regards,