Actions
Refactor #28889
closedRefactor task actions to use Foreman interval middleware
Description
In webpack/scenes/Tasks/TaskActions.js, there are 2 functions that use API polling - pollBulkSearch and pollTaskUntilDone.
(On the previous refactor for async/await, pollTaskUntilDone was skipped due to the complexity of the function)
These should be refactored to take advantage of the new Interval middleware and API middleware in Foreman.
Actions