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

    Interface PipelineGraphResult

    Result of compiling a pipeline template into a graph.

    interface PipelineGraphResult {
        ok: boolean;
        graph?: CompiledGraph;
        error?: string;
    }
    Index

    Properties

    Properties

    ok: boolean
    error?: string