Run the task in when disconnected the session

Discuss RoboTask here
Post Reply
hardeepha01
Posts: 2
Joined: Fri Aug 02, 2019 3:27 am

Run the task in when disconnected the session

Post 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
Oleg
Site Admin
Posts: 3010
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Run the task in when disconnected the session

Post 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.
Oleg Yershov
hardeepha01
Posts: 2
Joined: Fri Aug 02, 2019 3:27 am

Re: Run the task in when disconnected the session

Post 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
Oleg
Site Admin
Posts: 3010
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Run the task in when disconnected the session

Post 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
Oleg Yershov
Post Reply