Member Junction
    Preparing search index...

    A settled-or-running graph, projected for the list.

    type WorkflowRunRow = {
        AgentRunID: string | null;
        CompletedAt: Date | null;
        Duration: string;
        ID: string;
        Name: string;
        StartedAt: Date | null;
        Status: string;
    }
    Index

    Properties

    AgentRunID: string | null
    CompletedAt: Date | null
    Duration: string

    Human-readable elapsed/duration — coarse on purpose, this is a scan column.

    ID: string
    Name: string
    StartedAt: Date | null
    Status: string