Trigger to start unattended robot

Hi Friends

I have a process which has to run on unattended server whenever the users trigger the request after placing the input file.

we cant schedule it because the users want to see the result as soon as they place the input file.

We dont want the users to log into unattended server and Orchestrator.
Is there any way to achieve it. how can we trigger unattended robot without accessing Robot tray or orchestrator.

Please help

Hello @oshan

You can create a service that will monitor the file and call orchestrator’s API with a StartJob.

For monitoring the event, you can use Power Automate for example or create your own service (one colleague, noob in C# too, made one in that language). I put a reference to Python watchdog if it can help.