Type Alias: MigrateProcessInstanceData
type MigrateProcessInstanceData = object;
Properties
body
body: ProcessInstanceMigrationInstruction;
path
path: object;
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of the process instance that should be migrated.
query?
optional query?: never;
url
url: "/process-instances/{processInstanceKey}/migration";