Hello Dojo,
do we have to remove already executed scheduled tasks which we add programmatically or is it cleaned up by the scheduler?
Thanks,
David
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th September 2025
Hi David,
Scheduled tasks are not removed automatically. However, it is not required to remove them. You can disable these tasks:
Hope it helps.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th September 2025

If you are creating a lot of temporary / one-off tasks programmatically I think it could help to do some housekeeping just to declutter the Task Scheduler.