Business Rules or Flows are not triggered upon insert on em_impact_status tableIssue Customer configured either Business Rule or Flow Designer to be fired upon insert of records in em_impact_status table however the Business Rule or Flow is not triggered.ReleaseAllCauseWorking as designed. em_impact_status table is filled as part of impact calculation. Impact calculation is an expensive and resource-consuming operation affecting many database rows (from alert, alert history and impact status tables). To optimize the flow many of table operations are done in Batch DB commands and therefore Business rules or Flows are not invoked. Making them not batch would slow down the impact calculation cycle dramatically.ResolutionPossible options: 1. Business rule on "cmdb_ci_service_auto" table in case you want to retrieve information about the severity field.2. Scheduled job to read em_impact_status table