There is an issue where a task that had acive alerts being deleted will still be returned when we look for all active alerts in a prefix. This ends up showing in the welcome page and users might click on the task to see more details but will be unable to see anything.
The UI is querying with these variables: {active: true, prefix: "acme_co/"}
This task has been deleted (reviewed calls made by user) and should not be shown.

There is an issue where a task that had acive alerts being deleted will still be returned when we look for all
active alertsin aprefix. This ends up showing in the welcome page and users might click on the task to see more details but will be unable to see anything.The UI is querying with these variables:
{active: true, prefix: "acme_co/"}This task has been deleted (reviewed calls made by user) and should not be shown.
