mistral/releasenotes/notes/force-stop-executions-00cd67dbbc9b5483.yaml
Adriano Petrich af84fa9181 Only allow for deleting completed executions
A force parameter was added in case deleting a running execution is
needed but that will spew all kinds of errors afterwards
The default is force = False

Change-Id: I19d822800a1ee056682daeaa7ddf0f400392525d
Closes-bug: 1598135
Depends-On: Id935265fcbe0a3072ba2d693edf54b892173fbdf
2018-04-26 09:37:18 +00:00

10 lines
430 B
YAML

---
features:
- Use of the parameter force to forcefully delete executions. Note using this parameter
on unfinished executions might cause a cascade of errors.
issues:
- Deleting unfinished executions might cause a cascade of errors, so the standard behaviour
has been changed to delete only safe to delete executions and a new parameter force
was added to forceful delete ignoring the state the execution is in.