Robot Status

How to get (And keep updating) robot status in Apps?

1 Like

Hey @Frederik_Boelskifte

From the UiPath Apps, you need to bind an automation process which helps you to fetch the robot statuses on frequent intervals using the below Orchestrator service.

https://docs.uipath.com/orchestrator/reference/robots-requests

Hope this helps

Thanks
#nK

But i need to see the status in the app.
What if the robot is doing something else? and how to i delay the request for next request?

Can i make rest requets in app (Without the robot)?

1 Like

Hey @Frederik_Boelskifte

As per the current Apps capability, I don’t think without using a bot we can make an API call.

But based on the webinars, I feel it may be coming soon down the line.

As a workaround, you may use multiple bots or one bot with multiple background(& one foreground if required) process with parallel execution.

Thanks
#nK

Thanks. I have a customer there got alot of processes, and they need to see the robot status.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.