Cron expression error
Hello. Trying to add scheduled workflow for mondays, but getting error "
Malformed cron expression 0 30 * * * MON in stateless schedule workflow rule
"
I've used this source for cron expression - http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html#examples (link was in blank workflow)
youtrack standalone Build 2020.1.5557
Please sign in to leave a comment.
Please try changing the cron expression to `0 30 * ? * MON`. You can check whether the expression is valid [here](https://www.freeformatter.com/cron-expression-generator-quartz.html).
Thank you!
Yeah, now it's ok