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
8 lines
282 B
YAML
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
|