@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProcessInstanceMigrationBatchOperationPlan

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

    type ProcessInstanceMigrationBatchOperationPlan = {
        mappingInstructions: MigrateProcessInstanceMappingInstruction[];
        targetProcessDefinitionKey: ProcessDefinitionKey;
    }
    Index

    Properties

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

    targetProcessDefinitionKey: ProcessDefinitionKey

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