I published a package and in the orchestrator, it seems like the orchestrator thinks that my workflow is for the attended one as it don’t allow me to choose the unattended bot.
The below are the activity that I suspected:
-build data table
-add data row
-check true
-create html content
-send hotkey (without send window message)
-click activity (didn’t select send window message and stimulate click)
-click image (didn’t select send window message)
-type into (didn’t select send window message and stimulate click)
-type security text (didn’t select send window message and stimulate click)
I had one item that need to click, it’s a menu and submenu.
When I use the send window message to click the menu, the submenu will appear.
However, when I send the window message to click the submenu, the item is unable to click as the submenu disappear when it wanted to click.
The orchestrator does not able to show the unattended robot when I wanted trigger it with the unattended mode.
And it can run with start process (did show the unattended robot).
That’s why know it’s the workflow problems. As think that maybe it’s something that make orchestrator thinks that the workflow doesn’t support unattended bot.
And currently, I editing all the click activity, click image and type into activity to enable the send window message.
However, I facing problems when I wanted to select the sub menu item.
Initially, I use send window message to click the menu. Then I use send window message to click sub menu.
However, when the activity click sub menu send the message to the application, the menu is close.
Create an trigger with other process where it does show the unattended robot area, cancel and again create the trigger for my process, and it finally shows the unattended robot.
Because the Orchestrator I used is the Orchestrator on premise and it does have this, the Orchestrator on premise will shows the available robot when I select the specific robot.
I tried to uploaded the package and it shows that it’s unattended process. Thus it shows that all these activity won’t affect and cause the process change to attended.
And since the down part isn’t about the topic. So I will just close here and continue at other thread.