Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is cron like scheduling possible? #245

Closed
singhkays opened this issue Jun 13, 2020 · 2 comments
Closed

Is cron like scheduling possible? #245

singhkays opened this issue Jun 13, 2020 · 2 comments

Comments

@singhkays
Copy link

I've been reviewing the spec and it seems like you can define the state/task start kind to be scheduled but this only takes an interval as a property. Is it possible to specify a cron like syntax?

@tsurdilo
Copy link
Collaborator

tsurdilo commented Jun 13, 2020

@singhkays the schedule start interval prop currently is expected to use the ISO 8601 date and time format.
The specification "Schedule Definition" shows 4 different ways you can use.
ISO 8601 also has a repeating interval definition which may help...but yes still just interval based :)

Could you please show an example where ISO 8601 does not fit your needs and lets add it !

Also we are in the process to moving to our new github repo :
https://github.com/cncf/wg-serverless-workflow
and if you don't mind lets move this conversation there if possible as a new issue ?
Thanks!

@tsurdilo
Copy link
Collaborator

Moved to new repo - serverlessworkflow/specification#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants