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

    Type Alias MigrateProcessInstanceMappingInstruction

    The mapping instructions describe how to map elements from the source process definition to the target process definition.

    type MigrateProcessInstanceMappingInstruction = {
        sourceElementId: ElementId;
        targetElementId: ElementId;
    }
    Index

    Properties

    sourceElementId: ElementId

    The element ID to migrate from.

    targetElementId: ElementId

    The element ID to migrate into.