Skip to content

[Docuementation] recurring run parameters to get scheduled time #3855

@Bobgy

Description

@Bobgy

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions