Schedule bot on last working day of month

Hi,

is there any way to schedule a process on orchestrator to be triggered on last working day of every month. I can have a list of public holiday in excel file.

Saw one post related to same topic But couldnot find the solution there

TO ADD:
there is this scenario as well to be handled
if there is a public holiday, process needs to be triggered a day before

Hi.

You will not be able to do this solely from Orchestrator

What I would do in this case is to schedule the bot to run every day for the last 5 calendar days of the month, and every run in init check an excel calendar on whether today is the day to be run. If yes, create a queue item and process. If not, just go to end process.

Would that work for you?

Cheers
Andrzej

Yes, this can be a work around… thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.