Currently, when running an enforcement, you must wait for all actions to execute successfully or fail. This can lead to longer implementation times, as mistakes made during configuration may only become apparent when processing a large set of actions.
To assist implementers, we would like to introduce a way to cancel running actions within an enforcement.
Requirements:
  • Add a button to cancel an enforcement while actions are still running or waiting.
  • Only cancel actions that have not yet started or have not been sent to the agent.