Bot scheduling

I want to schedule bot to run from 15th of every 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.)

You can use a condition that exist the process if “Day<15” and execute it everyday or schedule on orchestrator using this webpage: Free Online Cron Expression Generator and Describer - FreeFormatter.com

and choosing the parameters you want:

if you have orchestrator.

Hi @Shivi ,

You can use the below cron expression to schedule the bot to run from 15th of every month to end of the month (irrespective of months) in your orchestrator. Attached cron results for your reference :slight_smile:

0 0 0 15/1 * ? *

cron-dates-500.txt (18.5 KB)