Executes a migration plan synchronously for multiple process instances. To execute a migration plan asynchronously, use the Execute Migration Plan Async(Batch) method.
For more information about the difference between synchronous and asynchronous execution of a migration plan, please refer to the related section of the user guide.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
A list of process instance ids to migrate.
A process instance query which defines a group of process instances
A boolean value to control whether execution listeners should be invoked during migration.
A boolean value to control whether input/output mappings should be executed during migration.
Request successful. This method returns no content.