@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface StepRun

    A single step run within a workflow run.

    interface StepRun {
        completed_at?: string | null;
        duration_ms?: number | null;
        error?: string | null;
        id: string;
        input?: Record<string, unknown> | null;
        output?: Record<string, unknown> | null;
        run_id: string;
        started_at?: string | null;
        status: string;
        step_id: string;
    }
    Index

    Properties

    completed_at?: string | null
    duration_ms?: number | null
    error?: string | null
    id: string
    input?: Record<string, unknown> | null
    output?: Record<string, unknown> | null
    run_id: string
    started_at?: string | null
    status: string
    step_id: string