Generates a migration plan for two process definitions. The generated migration plan contains migration instructions which map equal activities between the two process definitions.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The id of the source process definition for the migration.
The id of the target process definition for the migration.
A boolean flag indicating whether instructions between events should be configured to update the event triggers.
A map of variables which will be set into the process instances' scope. Each key is a variable name and each value a JSON variable value object.
Request successful.
The id of the source process definition for the migration.
The id of the target process definition for the migration.
A list of migration instructions which map equal activities. Each migration instruction is a JSON object with the following properties:
A map of variables which will be set into the process instances' scope. Each key is a variable name and each value a JSON variable value object.