Type Alias: ProcessInstanceMigrationInstruction
type ProcessInstanceMigrationInstruction = object;
Defined in: gen/types.gen.ts:5925
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:5933
Element mappings from the source process instance to the target process instance.
operationReference?
optional operationReference: OperationReference;
Defined in: gen/types.gen.ts:5934
targetProcessDefinitionKey
targetProcessDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:5929
The key of process definition to migrate the process instance to.