Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.35
    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