Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessInstanceMigrationBatchOperationPlan

type ProcessInstanceMigrationBatchOperationPlan = object;

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

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

Properties

mappingInstructions

mappingInstructions: MigrateProcessInstanceMappingInstruction[];

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

The mapping instructions.


targetProcessDefinitionKey

targetProcessDefinitionKey: ProcessDefinitionKey;

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

The target process definition key.