Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let a flow fail even if fallback was run #21

Open
fridex opened this issue Jan 9, 2017 · 3 comments
Open

Let a flow fail even if fallback was run #21

fridex opened this issue Jan 9, 2017 · 3 comments

Comments

@fridex
Copy link
Member

fridex commented Jan 9, 2017

It would be nice to let a flow fail even if there was a failure in the flow and a fallback was started:

failures:
  - nodes:
     - task1
    fallback:
     - task1_fallback
    propagate_failure: true
@fridex fridex added this to the Release v1.0.0 milestone Jan 9, 2017
@fridex
Copy link
Member Author

fridex commented Jan 9, 2017

Note that this needs to be disjoint from fallback: true in the YAML configuration.

@fridex
Copy link
Member Author

fridex commented Jun 16, 2017

The implementation is ready in Selinonlib, it needs changes in Selinon itself though.

@fridex
Copy link
Member Author

fridex commented Oct 22, 2018

This is already implemented, there is a need to update docs though as it is not stated there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant