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

    Type Alias AncestorScopeInstruction

    AncestorScopeInstruction:
        | { ancestorScopeType: "direct" } & DirectAncestorKeyInstruction
        | { ancestorScopeType: "inferred" } & InferredAncestorKeyInstruction
        | { ancestorScopeType: "sourceParent" } & UseSourceParentKeyInstruction

    Defines the ancestor scope for the created element instances. The default behavior resembles a "direct" scope instruction with an ancestorElementInstanceKey of "-1".