Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface WorkflowState

    Full persisted state managed by WorkflowStateCoordinator

    interface WorkflowState {
        lastUpdate: string;
        recentArticles: RecentArticleEntry[];
        mcpQueryCache: Record<string, MCPCacheEntry>;
        workflows: Record<string, WorkflowRecord>;
    }
    Index

    Properties

    lastUpdate: string
    recentArticles: RecentArticleEntry[]
    mcpQueryCache: Record<string, MCPCacheEntry>
    workflows: Record<string, WorkflowRecord>