argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

Workflow Engine for Kubernetes

Results 553 argo-workflows issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Deepyaman Datta Fixes syntax error in the README example, and replaces instance of using backslash for line continuation (not recommended by PEP-8, not used by Black, etc.) to be...

Hello, We have recently upgraded to Argo Workflows 3.3.8 and changed the executor to Emissary. We are using Argo since about two years and built a framework around it. Until...

bug
area/executor

## Summary When a `valueFrom` is used in a workflow parameter (`arguments.parameters`) it produces a: ``` Error: runtime error: invalid memory address or nil pointer dereference ``` What version are...

bug
area/controller

**#** Summary We have been below facing workflows UI issues in production env, where ingress is enabled **Note: our ingress controller -> KONG** - On submiting a new workflow: -...

enhancement

Add Header "X-Accel-Buffering: no" to argo server responses to improve buffering between argo server and client #9286 Fixes #TODO

Signed-off-by: smile-luobin Fixes #6557: workflow hangs during executeDAGTask. If a DAGTask node type is `retry` and its last children is `completed`, it will be `completed` after `woc.executeTemplate`, so need to...

The CI end to end tests often fail, but then pass after an empty commit is added. We need to determine if for each failure the issue is the test...

area/build

# Summary Hi, our teams encounter the same issue with #9166. When we pass a parameters with sprig function such as `name-{{=sprig.randAlphaNum(5)}}` to a step base template which execute two...

type/feature
area/templating