metaflow
metaflow copied to clipboard
Get time in scheduled flow steps
For time scheduled argo workflows, is it possible to read the timestamp the flow was scheduled for? For instance if a flow fails and i want to retry it, how would I get the original time it was scheduled for within the workflow?
Could imagine this being implemented identically to the event Parameters pattern here