Skip to main content
POST
Execute Migration Plan

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
migrationPlan
object
processInstanceIds
string[] | null

A list of process instance ids to migrate.

processInstanceQuery
object

A process instance query which defines a group of process instances

skipCustomListeners
boolean | null

A boolean value to control whether execution listeners should be invoked during migration.

skipIoMappings
boolean | null

A boolean value to control whether input/output mappings should be executed during migration.

Response

Request successful. This method returns no content.