@camunda8/sdk
    Preparing search index...

    Interface MigrationMappingInstruction

    interface MigrationMappingInstruction {
        sourceElementId: string;
        targetElementId: string;
    }
    Index

    Properties

    sourceElementId: string

    The element ID to migrate from.

    targetElementId: string

    The element ID to migrate into.