Is there a way to rename process name shown in the Robot tray?
I see it usually shows [ProcessName]_[EnvironmentName]. For example, ProcessInvoive_dev.
Is there a way we can rename it to show what we want in the Robot Tray? For example, Initiate Invoice
Hi @Siddarth_Nair,
It is displayed based on your package name and to which Orchestrator’s environment you have send the package. Anyway you can use Report Status activity wherever you want in the process with your custom string, and this string will be displayed in robot tray.
Thanks @Akash_N_Jain for your response. My query is specific to changing the process name that shows in the Robot Tray as mentioned in my original query above. I hope you understand.
Thanks @Pablito. Thats an interesting feature that I can use for my scenario.
Is there a way to keep the Robot Tray always visible at the foreground of all applications? I observed the robot tray is pushed to the background due to clicks in the automation process. Due to this the report status is not visible.