@camunda8/sdk
    Preparing search index...

    Interface MigrateProcessInstanceReq

    interface MigrateProcessInstanceReq {
        migrationPlan: MigrationPlan;
        operationReference?: number | LosslessNumber;
        processInstanceKey: string;
    }
    Index

    Properties

    migrationPlan: MigrationPlan

    The migration plan that defines target process and element mappings

    operationReference?: number | LosslessNumber

    A reference key chosen by the user and will be part of all records resulted from this operation

    processInstanceKey: string

    Key of the process instance to migrate