Member Junction
    Preparing search index...

    Activity feed item for the Control Tower bottom section

    interface ActivityFeedItem {
        IntegrationName: string;
        RelativeTime: string;
        RunByUser: string;
        RunID: string;
        StartedAt: string | null;
        Status: "Pending" | "Success" | "Failed" | "In Progress";
        StatusColor: "green" | "red" | "amber";
        TotalRecords: number;
    }
    Index

    Properties

    IntegrationName: string
    RelativeTime: string
    RunByUser: string
    RunID: string
    StartedAt: string | null
    Status: "Pending" | "Success" | "Failed" | "In Progress"
    StatusColor: "green" | "red" | "amber"
    TotalRecords: number