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

feat(cron): cronworkflows when clause

Open isubasinghe opened this issue 6 months ago • 1 comments

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.

isubasinghe avatar Aug 15 '24 12:08 isubasinghe