@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface CycleDetectionConfig

    Concrete cycle-detection thresholds used by the execution-context subsystem.

    interface CycleDetectionConfig {
        maxDepth: number;
        maxRepetitions: number;
    }
    Index

    Properties

    maxDepth: number

    Maximum execution depth before Runner treats the flow as cyclic.

    maxRepetitions: number

    Maximum allowed repetitions for the same frame pattern.