Skip to main content
Version: 8.9 (unreleased)

Type Alias: MigrateProcessInstanceData

type MigrateProcessInstanceData = object;

Defined in: gen/types.gen.ts:14163

Properties

body

body: object;

Defined in: gen/types.gen.ts:14168

The migration instructions describe how to migrate a process instance from one process definition to another.

mappingInstructions

mappingInstructions: MigrateProcessInstanceMappingInstruction[];

Element mappings from the source process instance to the target process instance.

operationReference?

optional operationReference: OperationReference;

targetProcessDefinitionKey

targetProcessDefinitionKey: ProcessDefinitionKey;

The key of process definition to migrate the process instance to.


path

path: object;

Defined in: gen/types.gen.ts:14179

processInstanceKey

processInstanceKey: ProcessInstanceKey;

The key of the process instance that should be migrated.


query?

optional query: never;

Defined in: gen/types.gen.ts:14185


url

url: "/process-instances/{processInstanceKey}/migration";

Defined in: gen/types.gen.ts:14186