Replies: 2 comments 1 reply
-
Are you saying that I would suggest that
|
Beta Was this translation helpful? Give feedback.
-
@Joibel Thanks for confirming. What we want to doI want to schedule a CronWorkflow with the AND condition of day of the week and date by specifying the following.
However, the date and day of the week seem to work under OR conditions. ExampleLet's say the 3rd Monday of this month is 8/19 and the current date is Wednesday 8/21. Case1.The day of the week does not match, but the date does
Case2No date match, but day of the week matches.
|
Beta Was this translation helpful? Give feedback.
-
What I want to do
I want to run CronWorkflow on the 3rd Monday of every month.
What we tried
Today, Wednesday 8/21, it worked for both of the following.
Questions to ask
I understand that this is the behavior as per the crontab spec, but is there any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions