Execute Migration Plan
POST/migration/execute
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.
Request
Responses
- 204
- 400
Request successful. This method returns no content.
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. - The provided migration plan is not valid for a specific process
instance it is applied to, so an exception of type
MigratingProcessInstanceValidationExceptionis returned. - In case additional parameters of the request are unexpected, an
exception of type
InvalidRequestExceptionis returned.
See the Introduction for the error response format.