[Response Ops][Task Manager] Can we remove the middleware hooks #163401
Labels
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Task manager provides the ability to specify middleware hooks that modify the task instance at different points in its lifecycle. Specifically
beforeSave
that modifies the task instance before persisting it andbeforeRun
that modifies the task instance loaded from disk before running it. These hooks are currently only used in the task manager functional tests (and the only thing that they're testing is whether the hooks are called as expected). Can we remove them altogether?The text was updated successfully, but these errors were encountered: