diff --git a/.changeset/devtools-cancel-scheduled-task.md b/.changeset/devtools-cancel-scheduled-task.md index ac057d61b6..fadd51f2aa 100644 --- a/.changeset/devtools-cancel-scheduled-task.md +++ b/.changeset/devtools-cancel-scheduled-task.md @@ -3,4 +3,4 @@ '@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. +Added `cancelScheduledTask` to the DevTools API and a cancel button to the scheduled tasks UI.