How to trigger my bot at the particular Time

Hello, Family, I need to trigger my bot at exact 12 pm after that I wish to kill that or stop the bot I see in the orchestrator but the thing is I didn’t get how to fix the bot ate the exact time

Can Anyone help me

Thanks
Chethan P

1 Like

Hello @copy_writes,

you can use Triggers and set the time accordingly.

Cheers
@copy_writes

Ive posted 3 pictures wich i hope helps you understand where to configure your triggers

1 Like

no, actually I need to run on that day only for example I need to run the bot today at midnight 12 only not every day.

Thanks
Chethan P

så its not a weekly, monthly run? what your asking for is a calender based trigger, is that right?

i need to run today 12 pm midnight after run that i need to stop that trigger example send wishes today mid night

you can check out cron expressen in the advanced section of triggers and set it to year 2021 with a specific date and time.

1 Like
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7)
# |  |  |  |  |
# *  *  *  *  *
1 Like

i did this is it stop after run the job?

by doing that it wil only run on that specific date, and no more, because you set the year, a run cannot reoccur

1 Like

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