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

    Interface CheckpointSummary

    Summary of a checkpoint (for listing without full state).

    interface CheckpointSummary {
        id: string;
        executionId: string;
        stepNumber: number;
        createdAt: string;
        completedNodeCount: number;
        pendingNodeCount: number;
    }
    Index

    Properties

    id: string
    executionId: string
    stepNumber: number
    createdAt: string
    completedNodeCount: number
    pendingNodeCount: number