-
Steps to reproduce:
0. Clone repository and `cd terraform-aws-metaflow/examples/minimal`
1. Set `locals.resource_prefix = "test-metaflow"` in minimal_example.tf
2. Run `terraform apply` and wait …
-
After I used v3.3.9, I found that there was still a serialization problem. It was not the original DateTime problem but the java.time.Instant problem. I created a new package` io.argoproj.work…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still e…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I can confirm the issues exists when I tested with `:latest`
- [ ] I'd like to contribute the fix myself (see [contributing g…
-
Nipype could be installed in a clean environment without other software (like FSL, FreeSurfer, SPM, etc.), and nipype would orchestrate other containers that include necessary software to run nodes/wo…
-
### Feature request
The ability to create sidecars that can be used by multiple Tasks in a Pipeline. (Note: this is different from #4235, which requests allowing a Task's sidecar to be defined in a…
-
For example, [`task`](https://github.com/go-task/task) and [`xc`](https://github.com/joerdav/xc) are existing, quite popular task runners written in Go that largely cover the same feature set.
And …
-
# Summary
Currently argo call `kubectl get` [for each output parameters](https://github.com/argoproj/argo-workflows/blob/v3.0.1/workflow/executor/resource.go#L340) in resource template. It can decr…
-
# Summary
The Executor Pod has multiple different containers (`init`, `wait`, etc), some of which require different permissions (`securityContext`) than others. Depending on the type of Execution (…
-
# Summary
Support artifacts HTTP template bodies
# Use Cases
Send a generated artifact to a rest api via a HTTP template.
```yaml
bodyFrom:
artifact:
name: …
```
---
**Mess…