How to Schedule the bot from orchestrator to run on a particular date?

Hello everyone,

I have a bot to run an application on a particular day. i am trying to schedule it using Orchestrator. however, i could not find any options to schedule using date. could you let me know how can i solve this.
Thank you!

Best regards,
Susheel

You can easy do this with a CronExpression
just use the “advanced”-option to add a cron-expression

To get a cron-expression you can use a generator like this http://www.cronmaker.com/

1 Like

Hi Markus,
Thank you. it worked.

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