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

    Type Alias UseSourceParentKeyInstruction

    Instructs the engine to use the source's direct parent key as the ancestor scope key for the target element. This is a simpler alternative to inferred that skips hierarchy traversal and directly uses the source's parent key. This is useful when the source and target elements are siblings within the same flow scope.

    type UseSourceParentKeyInstruction = {
        ancestorScopeType: string;
    }
    Index

    Properties

    ancestorScopeType: string

    The type of ancestor scope instruction.