You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,9 +30,9 @@ To test if the process instance can be migrated without issues the following cod
30
30
The process instance migration builder can be used to validate and, as we will see later on, migrate one or more process instances.
31
31
In this case we test if the running process instance can be migrated to the new process definition version with 2 user tasks.
32
32
Because the user task id didn’t change between the two process definition versions, the process instance can be migrated without any additional mapping configuration.
33
-
Therefore the migration will have a migration valid boolean value of true. This means we can run the actual migration without to be expected issues.
33
+
Therefore, the migration will have a migration valid boolean value of true. This means we can run the actual migration without to be expected issues.
@@ -45,7 +45,7 @@ In the simple example user task 1 was automatically mapped to the same user task
45
45
But in some cases the current activity of a running process instance doesn’t exist anymore in the new process definition, or the activity should be migrated to another activity for another reason.
46
46
For this use case, the process instance migration builder allows you to specify a list of specific activity migration mappings.
0 commit comments