Law
(Kim Law)
1
I have this project that needs to be running everyday from monday to saturday
Example:
Publish today Feb13/2020 but the file generated was from yesterday
So the problem is sunday don’t count so there will be a 1 day gap to generate the file from saturday that to be publish on monday
Hi @Law
You can have a facility to schedule the process from new patch run as you want
Law
(Kim Law)
3
Thank you but the activity i needed is for thee studio not in the orchestrator
Hi @Law
If the trigger for running the main process is Now.dayofweek.tostring = “sunday”, the Boolean value will be given to skip the process.
Or, if you want to solve it in an orchestrator, you can do it by typing in cron Expression in advanced settings on the Schedule tab.
gl