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

    Type Alias SourceElementInstruction

    SourceElementInstruction:
        | { sourceType: "byId" } & SourceElementIdInstruction
        | { sourceType: "byKey" } & SourceElementInstanceKeyInstruction

    Defines the source element identifier for the move instruction. It can either be a sourceElementId, or sourceElementInstanceKey.