ReportScheduled

Report Scheduled

Overview

This message carries the reporting window and other configuration details so scheduling and reporting components can persist the information and begin their respective workflows.

flowchart LR
nReportScheduled_BC6D32E["Event: Report Scheduled"]
  nTenantService_F25B55["Service: TenantService"] -->|produces| nReportScheduled_BC6D32E
  nReportScheduled_BC6D32E -->|consumed by| nQueryDispatchService_31DDE349["Service: QueryDispatchService"]
  nReportScheduled_BC6D32E -->|consumed by| nReportService_1ECFD801["Service: ReportService"]
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nQueryDispatchService_31DDE349
    nReportScheduled_BC6D32E
    nReportService_1ECFD801
  end
  subgraph nTenant_379CD514_domain["Domain: Tenant"]
    nTenantService_F25B55
  end

Relationships

flowchart LR
nReportScheduled_BC6D32E["Event: Report Scheduled"]
  nTenantService_F25B55["Service: TenantService"] -->|produces| nReportScheduled_BC6D32E
  nReportScheduled_BC6D32E -->|consumed by| nQueryDispatchService_31DDE349["Service: QueryDispatchService"]
  nReportScheduled_BC6D32E -->|consumed by| nReportService_1ECFD801["Service: ReportService"]
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nQueryDispatchService_31DDE349
    nReportScheduled_BC6D32E
    nReportService_1ECFD801
  end
  subgraph nTenant_379CD514_domain["Domain: Tenant"]
    nTenantService_F25B55
  end