chaostoolkit / chaostoolkit-documentation

The Chaos Toolkit documentation
https://chaostoolkit.org
Apache License 2.0
19 stars 32 forks source link

Allow to be explicit about which rollback(s) to play for a given activity #94

Closed Lawouach closed 4 years ago

Lawouach commented 4 years ago

Currently, rollbacks are all played (or none) sequentially. But, as per https://github.com/chaostoolkit/chaostoolkit/issues/177, it would be useful to let users tell the CTK how to linka rollback (or set of rollbacks) to an action in the method.

The idea would then be to say "only play rollbacks of actions that were executed successfully".

This is an addition to the specification.