Saravanan Balasubramanian

Results 122 comments of Saravanan Balasubramanian

I think retryStrategy is already supported in DAG/Step scope. ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: retry-with-steps- spec: entrypoint: retry-with-steps templates: - name: retry-with-steps retryStrategy: limit: 10 steps: - -...

@Freia3 Current Resource template will not support archiving the log. Do you like to work on this enhancement?