Each flag coming in does have follow up steps currently, so there are none we can immediately stop flagging. However, there are opportunities to automate a few steps that we could then stop generating some NCA/VBA flags until those workflows launch and runbooks get more detailed.
Opportunities to automate:
In each of these cases, the listed step is the only runbook step. If automated, these runbooks could be temporarily retired. @swirtSJW suspects tickets exist for these changes, but I did not find any tickets this specific.
VBA Facilities
Name change = automate updating the Section term name to match the Facility's new name.
Closed = delete the related section term.
NCA facilities
Name change = update URL alias to match Facility's new name.
Looks like changes would be made here for name changes:
va_gov_vamc/src/EventSubscriber/VAMCEntityEventSubscriber.php
and here for removed
va_gov_migrate/src/Commands/Commands.php
An audit of flagged facilities was completed on #13469
Analysis
New PDF: Facilities Flags & Runbooks.pdf
Flags to remove
Each flag coming in does have follow up steps currently, so there are none we can immediately stop flagging. However, there are opportunities to automate a few steps that we could then stop generating some NCA/VBA flags until those workflows launch and runbooks get more detailed.
Opportunities to automate:
In each of these cases, the listed step is the only runbook step. If automated, these runbooks could be temporarily retired. @swirtSJW suspects tickets exist for these changes, but I did not find any tickets this specific.