I want to schedule a process without using an orchestrator… Is there a way of doing this?
1 Like
Hi @Pankit,
There’s no other official way to do this. Some times ago there was possibility to use Windows Task Scheduler but currently we are not supporting it.
3 Likes
Hi @Pankit,
We can schedule by using Windows Task Manager with .bat file.
Refer this: How To Trigger A Process Using .bat File – In UiPath – ExcelCult
Thanks!