Member Junction
    Preparing search index...

    Type Alias AgentInvocationSummary

    The one-glance answer at the top of the surface.

    type AgentInvocationSummary = {
        IsAutomated: boolean;
        Live: number;
        NextRunAt: Date | null;
        Total: number;
    }
    Index

    Properties

    IsAutomated: boolean

    True when at least one pathway can fire without a person.

    Live: number
    NextRunAt: Date | null

    The soonest scheduled run across every pathway that knows its next run.

    Total: number