Execute Migration Plan Async (Batch)
POST/migration/executeAsync
Executes a migration plan asynchronously (batch) for multiple process instances. To execute a migration plan synchronously, use the Execute MigrationPlan 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.
Request
Responses
- 200
- 400
Request successful.
The request is not valid if one or more of the following statements apply:
- The provided migration plan is not valid, so an exception of type
MigrationPlanValidationExceptionis returned. - In case additional parameters of the request are unexpected, an
exception of type
InvalidRequestExceptionis returned.
See the Introduction for the error response format.