Stop the Performer bot at every saturday 11:55 PM

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

https://cloud.uipath.com

Date

2024-10-27

Related UiPath products

Studio

Hi @avinashy

Fallow the steps below. If I Helped you, please mark it as solved.

@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.

@avinashy

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