Skip to main content
Version: 8.9

Type Alias: ProcessInstanceMigrationInstruction

type ProcessInstanceMigrationInstruction = object;

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

Properties

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.