How to access cronworkflow.lastScheduledTime
from a Cron Workflow parameter
#14010
Unanswered
MickeyShnaiderman-RecoLabs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to inject the start and end timestamps as parameters in Cron Workflow. I want the timespan to be from the last scheduled time to the current time.
I tried the following with
cronworkflow.lastScheduledTime
:But it seems that only
workflow.creationTimestamp
is accessible. Thestart-time
expression is being passed as is to the pod.The Argo Workflow version I am using is v3.6.2.
Beta Was this translation helpful? Give feedback.
All reactions