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

    Interface ExecutionContextConfig

    Normalized execution-context configuration stored on the execution-context resource.

    interface ExecutionContextConfig {
        createCorrelationId: () => string;
        cycleDetection: CycleDetectionConfig | null;
        frames: ExecutionContextFramesMode;
    }
    Index

    Properties

    createCorrelationId: () => string

    Normalized correlation id factory used by the runtime.

    cycleDetection: CycleDetectionConfig | null

    Normalized cycle-detection config, or null when disabled.

    Normalized frame-tracking mode used by the runtime.