argo-workflows
argo-workflows copied to clipboard
feat(cron): cronworkflows when clause
Motivation
Modifications
This supersedes https://github.com/argoproj/argo-workflows/pull/13365 allowing for the evaluation of expr-lang expressions before running a CronWorkflow.
The scope of variables in this PR is quite limited, but can be further extended in later PRs when variable scoping is properly defined/formalised.
Verification
Added some tests for the evaluation function.