Page 1 of 1

Run the task in when disconnected the session

Posted: Fri Aug 02, 2019 3:33 am
by hardeepha01
Hi

We have application which we recorded the tasks to run through robotask. It runs fine when we logged in.

But what we want is that it run the task when user not logged in or disconnected the session .

We can see window is open but no click has performed when session is disconnected. As we want this to be run when user is not logged in. We need to run in background

Can robotask run in the disconnected session or logged off from server
These is the log

E: 1/08/2019 8:52:46 a.m.: Window (caption="Warning:", class="Qt5QWindowIcon") not found

Please let us know if it possible if it possible then we are happy to purchase

Regards
hardeep

Re: Run the task in when disconnected the session

Posted: Fri Aug 02, 2019 9:40 am
by Oleg
We have application which we recorded the tasks to run through robotask. It runs fine when we logged in.

But what we want is that it run the task when user not logged in or disconnected the session .
You recorded the task. So you recorder mouse and keyboard actions.
Mouse and keyboard actions have no effect in locked or disconnected sessions. System ignores mouse and keyboard simulation in locked session. This is the property of system security.
You have to avoid any interactive actions if you want to use the task in locked session or in system service mode.
E: 1/08/2019 8:52:46 a.m.: Window (caption="Warning:", class="Qt5QWindowIcon") not found
This means that the window with specified parameters doesn't exist when the action is performed.

Re: Run the task in when disconnected the session

Posted: Mon Aug 05, 2019 10:50 pm
by hardeepha01
How can we avoid interactive action? As keyboard and mouse strikes require on the window to run the program

"E: 1/08/2019 8:52:46 a.m.: Window (caption="Warning:", class="Qt5QWindowIcon") not found

This means that the window with specified parameters doesn't exist when the action is performed"

We can see the window is there as we log back in to check but mouse strike didn't performed in disconnected session. Window was there and waiting for mouse click

Re: Run the task in when disconnected the session

Posted: Tue Aug 06, 2019 10:54 am
by Oleg
How can we avoid interactive action?
If you use mouse and keyboard actions in the task then this task will not work in locked/disconnected session.
And you cannot fix it