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

    Interface WorkflowExecutionMetadata

    Optional metadata attached to a workflow execution

    interface WorkflowExecutionMetadata {
        articlesGenerated?: number;
        errors?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    articlesGenerated?: number
    errors?: number