I am currently in active development of a project that makes use of a lot of edge gateway agents. We have the edge project stored centrally on the controller gateway, and every time the edge project is saved, an EAM task is automatically called to send the project to any online agent.
This is working great right now, except for the fact that not all gateways are online at the same time currently (and aren't expected to be for the next couple of months). This leads to a huge list of failed tasks in the Agent Tasks section of the controller gateway.
Is there a way to automatically delete all of these or have them not populate? Doing it one by one is very time consuming and inefficient since it has to load a whole new page to confirm that we truly want to delete each failed task.