I have a UiPath BOT whose .exe file lives in the “Program Files” directory of my Windows computer. I would like to trigger the Bot to run using a callback in a deployed dash app (Deployed on Heroku). I’m able to achieve this in local dev using a callback with the following script:
This is correct. The server does not have access to your computer once hosted, it only has access to the server, unless you were to share it via a local network share.
But the application would still be running on your server rather than your computer.
To run something on your local computer, you’d need a counterpart to listen to a db to see if there are any updates that you would need to run it on your computer.
I’m sure there are other ways, but triggering directly from your browser is something that most browsers will frown upon.
You could potentially have a path where you click on a link that navigates to your folder in the browser window.