hello everyone,
although i know which run time robot is running in our development tenant and production tenant,
im still curious if it is possible to see which run time robot is running in cloud studio.
hope you guys can enlightenment,
thank you!
hello everyone,
although i know which run time robot is running in our development tenant and production tenant,
im still curious if it is possible to see which run time robot is running in cloud studio.
hope you guys can enlightenment,
thank you!
Correct me if my understanding is wrong, you are asking about machine name? If yes and if you want see in the logs you can add log message
in that log message you can Environment.MachineName expression to see the Machine Name where your bot is running.
The runtime represents the maximum number of robots that can simultaneously run on a specific machine and it is manually customizable.
Runtimes are licenses related to robot use - in this case, robot refers to the entity that executes an automation.
They are used for executing unattended processesand are meant to be assigned to machine objects - either a standard machine or a machine template.
The number of runtimes assigned to a machine object represents the execution capacity for running automations on each host machine that is attached to that machine object concurrently. For example, with one runtime, only one automation can be executed at a time. With 5 runtimes, up to 5 automations can be executed at the same time on the same host machine.
Know the complete details about the runtime here in this page
There is currently no clean Studio-level UI showing “this exact runtime robot instance executed this cloud job”