Type Alias: ProcessInstanceMigrationBatchOperationPlan
type ProcessInstanceMigrationBatchOperationPlan = object;
The migration instructions describe how to migrate a process instance from one process definition to another.
Properties
mappingInstructions
mappingInstructions: MigrateProcessInstanceMappingInstruction[];
The mapping instructions.
targetProcessDefinitionKey
targetProcessDefinitionKey: ProcessDefinitionKey;
The target process definition key.