nexus-agents - v2.80.0
    Preparing search index...

    Interface PolicyContext

    Context provided to policy rules for evaluation.

    interface PolicyContext {
        taskId: string;
        stageId: string;
        stageType: string;
        pipelineState: Readonly<Record<string, unknown>>;
    }
    Index

    Properties

    taskId: string
    stageId: string
    stageType: string
    pipelineState: Readonly<Record<string, unknown>>