CRON Expression-Orchestrator Trigger

Hi everyone can anyone help me here, I want to set a trigger in orchestrator for a bot to be triggered at 10am and again at 14:45 Monday through Sunday

  1. Create Three Triggers:
  • Go to the UiPath Orchestrator and navigate to the “Triggers” section.
  • Provide a descriptive name for your schedule, such as “Daily Bot Trigger.”
  • Click on the “Add Trigger” button to create a new trigger for each phase of the schedule.


Configuring the Trigger:

  • In the Trigger type section, select Recurring.
  • Under Frequency, choose Daily.
  • In the Start time field, enter “10:00 AM”.
  • In the End time field, enter “14:45 PM” (or 2:45 PM).

3. Setting Up Weekday Selection:

  • Orchestrator offers two options for specifying weekdays:
    • All days: This will trigger the bot at the designated times every day of the week.
    • Custom: This allows you to select specific weekdays.
  • To trigger the bot on Monday through Sunday, select All days.

4. Associating the Trigger with a Robot
5. Saving the Schedule

@Anelisa_Bolosha1 I hope it solve your issue

1 Like

Hi there

Why not keep it simple and set up two time based triggers

one to run at 10am daily
and one to run at 14:45.

1 Like

@Anelisa_Bolosha1

this cannot be done in a single cron expression as the two times are completely different…

please create two triggers one for 10am and other for 2:45 pm

cheers

1 Like

@SenzoD , Thank you for your response I separated them into 2 triggers

1 Like

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