The image below is the situation where I am unable to select the robot
I added the process in the processes, and it also able to click at the trigger there. However, the below there didn’t show any robot that I can select.
PS: I have one robot which work for the unattended one.
And when I click at job there, the unattended robot did appear and is able to click.
I am able to eun other automation through a time trigger with the unattended robot.
And currently suspect that maybe they have any activity make the orchestrator thinks that it’s a attended worfklow, not unattended workflow.
Currently suspect about few activity :
-click activity
-type into
-type security text
-click image
-send hotkey
All these activity, I didn’t enable the send window message or stimulate click option in the properties there.
And the stimulate click is unable to use as it shows generic error. Thus, currently, I am using send window message.
However, I now stuck at one part, it’s about select sub menu one.
Initially, the workflow send window message to click the menu. Then, send another window message to click the sub menu.
However, during the second activity, when the workflow send the window message, the menu is close.
It can click while I am not using the send window message (click by hardware).
The application is the company’s application, you are not able to test.
The first click actually function, as it did show the sub menu when it is click.
However, when the second click start, it send the specific message to the application, and when it send, the sub menu disappear.
I did try to test on the second click by using the mouse to click on the first click’s item while test on the second click, and it is successfully click the item.
Another test is when I disable second click’s send window message properties, it is also successful to click.
(However, the workflow I wanted to run in unattended bot, thus, I wanted it to run at background)
Thus, I suspect that when the workflow send the window message, the submenu’s visibility is change to none.
This can be the reason why you cannot run it, clicks etc are not suitable for background processes.
For more information: Background Process (uipath.com)
But even though it is set to yes, the second click is also unable to click.
I think it’s because the menu 's visibility is too sensitive as it is close for every action.
For example, the submenu disappear when I click on the anything include any key on the keyboard.
Maybe can try to disable the send window message and the stimulate click of the second click. But scare that it will cause the orchestrator does not track the workflow as unattended.