Merge pull request #33298 from backstage/freben/devtools-cancel-task

devtools: Add cancel task operation to scheduled tasks
This commit is contained in:
Fredrik Adelöw
2026-03-12 10:02:54 +01:00
committed by GitHub
7 changed files with 112 additions and 35 deletions
@@ -0,0 +1,6 @@
---
'@backstage/plugin-devtools-common': patch
'@backstage/plugin-devtools': patch
---
Added `cancelScheduledTask` to the DevTools API and a cancel button to the scheduled tasks UI.