@camunda8/sdk
    Preparing search index...

    Interface MigrationPlan

    interface MigrationPlan {
        mappingInstructions: MappingInstruction[];
        targetProcessDefinitionKey: string;
    }
    Index

    Properties

    mappingInstructions: MappingInstruction[]
    targetProcessDefinitionKey: string