-
Feature Request
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
Wildfly
Chrome
H2
java version "14.0.1"
Given
One running instance of process_version1 waiting at User Task 2
Steps to reproduce
1. Deploy process_version2
2. Start the version migration and change the mapping from User Task 2 to User Task 1
3. Perform the migration.
4. Goto tasklist and select User Task 1.
Actual outcome
Tasklist shows User Task 2 instead of User Task 1
Expected outcome
Tasklist should display User Task 1 because we changed the mapping in the migration
Hi hariharan.parasuraman,
This is actually expected behavior so that Taskworkers are not interrupted on an active task during migration. It is documented here: https://docs.camunda.org/manual/7.13/user-guide/process-engine/process-instance-migration/#user-task
We can convert this ticket into a Feature Request to make it configurable, because this behavior is unexpected at first glance