Member Junction
    Preparing search index...

    Class IntegrationProgressNotification

    A single integration progress notification pushed to the subscription topic. Carries the structured shape plan.md §11 asks for — the subsystem-specific data payload is serialized into DataJSON so the GraphQL field stays a scalar.

    Index

    Constructors

    Properties

    CompanyIntegrationID?: string

    The connector (CompanyIntegration) the run is for, when known.

    DataJSON?: string

    Subsystem-specific structured payload, JSON-serialized.

    EventType: string

    The progress event type (IntegrationProgressEventType, as a string).

    Kind: string

    What kind of run produced this event (IntegrationRunKind, as a string).

    Level?: string

    Severity level (info/warn/error/debug).

    Message?: string

    Free-form human message (optional).

    RunID: string

    The run this event belongs to (matches manifest.runID).

    Seq: number

    Monotonic sequence number within the run.

    Stage?: string

    Stage name within the run (optional).

    Topic?: string

    The logical channel this notification belongs to (IntegrationProgressTopic).