执行迁移计划
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.
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
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.
Response
Request successful. This method returns no content.