Scheduling of bot

How to schedule bot in orchestrator to run every 15th of month to end of the month?

Hi @Shivi you have to create a cron expression on the trigger setup, is this case something like this: 0/1 0 0 L-15 * ? *

1 Like

Hi,

I use this: http://www.cronmaker.com/ website to generate the cron expression for specific dates.
Keep in mind that it should be Quartz.

Will it run from 15th of any month to end of the month(for an example if bot is running for the month of January then it should run from 15th Jan to 31st Jan.)