I’m looking for a way to launch an always-on standalone (meaning not connected to OC) robot that listens to a port waiting for an incoming message. Is it possible to configure the robot such a way similar to a demon?
For example, I’m thinking of a use case where an external entity (e.g, chatbot or web service) sends to the robot HTTP or SOAP messages and the robot returns the corresponding response as a result of handling the request.
I think UiPath Robot service doesn’t listen any network port. As we can launch automation process via command line using UiRobot.exe, any other demon which listens some network port and calls UiRobot.exe is necessary, for example.