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

    Type Alias DirectAncestorKeyInstruction

    Provides a concrete key to use as ancestor scope for the created element instance.

    type DirectAncestorKeyInstruction = {
        ancestorElementInstanceKey: string | ElementInstanceKey;
        ancestorScopeType: string;
    }
    Index

    Properties

    ancestorElementInstanceKey: string | ElementInstanceKey

    The key of the ancestor scope the element instance should be created in. Set to -1 to create the new element instance within an existing element instance of the flow scope. If multiple instances of the target element's flow scope exist, choose one specifically with this property by providing its key.

    ancestorScopeType: string

    The type of ancestor scope instruction.