Description
Hi , I want to stop my performer bot at every Saturday 11:55 PM. Can someone suggest how we can achieve this in triggers/ other options available in the orchestrator.
Link
Date
2024-10-27
Related UiPath products
Studio
Hi , I want to stop my performer bot at every Saturday 11:55 PM. Can someone suggest how we can achieve this in triggers/ other options available in the orchestrator.
2024-10-27
Studio
@Erimateia Thanks for your quick reponse.
My trigger is a queue based trigger and it runs on every Monday,Tuesday,Wed ,Thursday ,Friday. And the request is on Saturday 11:55 PM the bot execution should stop.
Hope its clear .Kindly suggest.
Directly from orchestrator we cannot do something like that…
One way you can acheive is to create a small bot or in the same bot include logic to enable and disable the trigger…for enable you can schedule the bot to run on monday first just to enable the trigger and on friday/saturday we can disable again
Cheers