According to Argo Workflows docs, there is a workflow.scheduledTime built-in variable but I found neither a variable for the next scheduled time nor for the previous one.
In Airflow for example, there are macros that can be used to get those values.
Is there any way to get those values in Argo rather than calculate them manually inside the step itself?