Manual deletion of errored tasks is one at a time and requires extra steps. when errored tasks are over 200 entries time to delete and slow response is excessive. These were failed buildup over time due to bulk updates Send Project (thru Web Config EAM Task) and Send Tags (thru Designer).
Would like to see a checkbox select multiple and delete interface on Web config EAM Tasks.
Manual deletion in internal DB requires expertise and carries risk
1) idb, selecting the GATEWAYTASKRECORD table we could see all our tasks that we want to delete
2)We first found key factors that distinguished the tasks we wanted to delete from the tasks we wanted to keep then updated our query to be a DELETE query with a WHERE clause (where ISFORCED = 1 was the first WHERE clause and TYPE = 'desired type' was our second
3) restarted the Gateway to push the changes