Asked in kubeflow/kubeflow#5014 (comment)
We need documentation on https://kubeflow.org about how to use arguments like [[ScheduledTime]] in recurring runs, currently documented in
|
# [[ScheduledTime]] is substituted by the scheduled time of the workflow (default format) |
|
# [[CurrentTime]] is substituted by the current time (default format) |
|
# [[Index]] is substituted by the index of the workflow (e.g. 3 mins that it was the 3rd workflow created) |
|
# [[ScheduledTime.15-04-05]] is substituted by the sheduled time (custom format specified as a Go time format: https://golang.org/pkg/time/#Parse) |
|
# [[CurrentTime.15-04-05]] is substituted by the current time (custom format specified as a Go time format: https://golang.org/pkg/time/#Parse) |
|
value: "hello world [[ScheduledTime]] - [[CurrentTime]] - [[Index]] - [[ScheduledTime.Mon Jan]] - [[CurrentTime.15-04-05]]" |
/cc
@wenmin-wu
/assign
@Bobgy @jingzhang36
Asked in kubeflow/kubeflow#5014 (comment)
We need documentation on https://kubeflow.org about how to use arguments like
[[ScheduledTime]]in recurring runs, currently documented inpipelines/backend/src/crd/samples/scheduledworkflow/parameterized.yaml
Lines 29 to 34 in 578e823
/cc @wenmin-wu
/assign @Bobgy @jingzhang36