-
Notifications
You must be signed in to change notification settings - Fork 273
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
[FEATURE]: allow failure for workflow tasks #6077
Comments
Great feature request 👍 Thank you @salotz |
Hey there! I would like to give this a shot! |
@salotz, @stefreak brought up a good point to clarify. Which behaviour do you think is appropriate? Should subsequent steps after the errored step be skipped unless |
I think that an I think the more ideal solution is to distinguish But this probably digresses into more systemic design issues of the Workflow type which is beyond the scope here. |
I like the idea of distinguishing between I would be open for implementation of this functionality, marking the How do you feel about this? @salotz @alex-kattathra-johnson |
That is fine with me. Like I said I'm fine without those extra features and can't say I would even use them immediately, but seems to be the next logical step. If there is going to be some next major version of Workflow features I'd probably have a bunch more things to consider the issue holistically. |
Feature Request
Background / Motivation
In some cases I want to run a workflow task that I know might fail for various reasons (see #6076 but also others).
What should the user be able to do?
In the workflow step you should be able to specify whether a step is allowed to fail without the entire workflow exiting as failure.
Why do they want to do this? What problem does it solve?
Suggested Implementation(s)
How important is this feature for you/your team?
🌵 Not having this feature makes using Garden painful
The text was updated successfully, but these errors were encountered: