Files
python-mistralclient/releasenotes/notes/force-delete-executions-d08ce88a5deb3291.yaml
Adriano Petrich e400bed6b0 Add the force parameter to delete executions
On a related mistral change the force parameter was included to delete
non finished executions, this change add that option to the cli

Change-Id: I3408d758bd94038acf2bb9601d4bf2895040f931
Depends-On: I19d822800a1ee056682daeaa7ddf0f400392525d
Related-Bug: #1598135
2018-04-17 11:03:29 +00:00

8 lines
282 B
YAML

---
features:
- |
Adding a --force optional parameter to delete excetutions. Without it only
finished executions can be deleted. If --force is passed the execution
will be deleted but mistral will generate some errors as expected objects
in memory no longer exist