samath117
samath117
## Summary Consider the following workflow: ``` apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: changing-conditional- spec: entrypoint: plan templates: - name: plan steps: - - name: set-global-parameter template: global-parameter-setting arguments: parameters:...
# Summary `argo stop`, possibly by default and possibly with an option, should still execute steps that would run subsequently upon failure of the currently-running steps to continue. This allows...
# Summary An Argo variable `{{steps.X.message}}` (or maybe `{{steps.X.outputs.message}}`) should include the message information that is displayed in `argo get` / `argo watch` so later steps can act accordingly. #...