Added
- Added runtime strategies for rollback as per [chaostoolkit176][].
Until now, they were never played
an activity would fail during the hypothesis or if the execution
was interrupted from a control. With the strategies, you can now decide
that they are always applied, never or only when the experiment deviated.
This is a flag passed to the settings as follows:
runtime:
rollbacks:
strategy: "always|never|default|deviated"
The `"default"` strategy remains backward compatible.
[chaostoolkit176]: https://github.com/chaostoolkit/chaostoolkit/issues/176