I have a requirement to run the bot for every 8 hours, and should be start from certain date(June 10) i.e official live date. We need to disable the scheduler till June 10. Any possible way to automatically enable the trigger at specific date (June 10). I saw the option “Disable Trigger At” in Orchestrator to disable the trigger at specific date and time, any similar option we have for enabling scheduler?
The problem here is, we can’t login to Orcehstrator from next week as per policy. So we can’t enable the trigger manually.
You can also set non-working days in the tenant settings and then select which days it does not have to run. You can then select the right calendar in the trigger setup and it will skip the days you selected it not to run. It isn’t quite the enable automatically setting but it could help you postpone the first run of the trigger.
I think the easiest solution would be to define an Input Argument for the Job (Automation) and pass in the June 10th date then within the Process (Automation) the first thing that it does is to check the Input Data Argument to ensure the date is equal to or after June 10th - if not, then exit the Process.