Schedule on different days of the month

I have a question about scheduling specific days of the month. It needs the process to run:

-1 of the month 5 times with argument x 1 times with argument y
-2 of the month 4 times with argument x 2 times with argument y
-3rd of the month 3 times with argument x 3 times with argument y
-e.t.c

If it’s saturday it’s 1/1 every time BUT only between 1 and 5 of the month.
The rest of the days the robot only starts with the argument y

My schedule will be set weekly: Monday to Friday 6 starts and Saturday 2 starts

Is there a way to do it in a relatively simple way without setting each day separately?

Regards

Hi @Damian_Chamerski

You can use cron expressions in orchestrator and build the cron expression using the below link:

CronMaker

You might not be able to do all what you need in cron maker, however you can out some conditions in code too.

Thanks,