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

    Type Alias InferredAncestorKeyInstruction

    Instructs the engine to derive the ancestor scope key from the source element's hierarchy. The engine traverses the source element's ancestry to find an instance that matches one of the target element's flow scopes, ensuring the target is activated in the correct scope.

    type InferredAncestorKeyInstruction = {
        ancestorScopeType: string;
    }
    Index

    Properties

    ancestorScopeType: string

    The type of ancestor scope instruction.