argoproj / argoproj/argo-workflows
Outputs of a template composed of tasks or steps can be generated when any of the tasks or steps fails
- Dominant language
- Go
- Stars
- 17k
- Forks
- 3.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 138
Description
# Summary
Failed container/script templates' outputs are correctly generated, which is great. But the outputs of a template composed of tasks or steps are missing if any of the tasks or steps fails.
# Use Cases
We are trying to make templates that are composed of several closely related tasks and we want to record the outputs of those templates after execution. When any task or step fails in a template, outputs of the template are missing. We'll not be able to either report the results from the workflow or get the results from argo api.
---
**Message from the maintainers**:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
Contributor guide
Assessment
This issue has not been assessed yet.