Add changeset for devtools cancel task

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-03-11 16:51:25 +01:00
parent 85f38c29d1
commit f80195ec3f
@@ -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. The `useTriggerScheduledTask` hook has been renamed to `useScheduledTasksOperations`, now exposing both `triggerTask` and `cancelTask` with shared loading and error state.