Search found 6 matches

by fatt.lib
Tue Mar 18, 2025 11:44 am
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 4118

Re: Parallel run / multiple instance run

Mouse and keyboard simulation is a global process. I see... :-( That's the problem. you only need to perform these tasks sequentially The problem is that thetask with the full set of data would take 20 hours... I wanted to reduce that time by running it in parallel on a split set of data, but, as y...
by fatt.lib
Tue Mar 18, 2025 10:59 am
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 4118

Re: Parallel run / multiple instance run

Thank you once again... About running a task in a separate process using Runtime module of RoboTask let say in n instances, since this task opens an embedded Chromium window and works on it (Mouse move, keyboard emulation, ...): 1. is it correct that the n windows cannot overlap in order mess up the...
by fatt.lib
Mon Mar 17, 2025 5:38 pm
Forum: General Discussion
Topic: Trigger task when user is not logged on (or locked)
Replies: 3
Views: 2933

Re: Trigger task when user is not logged on (or locked)

Thank you for the explanation.
Unfortunately mouse and keyboard simulation are needed for the activity I'm testing Robotask, therefore I'm going to setup a test with an user section not locked, paying attention to ensure it does not lock!
by fatt.lib
Mon Mar 17, 2025 5:34 pm
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 4118

Re: Parallel run / multiple instance run

Thank you for the explanation.
I'm going to read the Runtime module of RoboTask documentation, since that's the case: simultaneous work of one task with different parameters.
At that point the question might be: how many simultaneous instances may run this way? Could 10 be acceptable?
by fatt.lib
Mon Mar 10, 2025 5:38 pm
Forum: General Discussion
Topic: Parallel run / multiple instance run
Replies: 6
Views: 4118

Parallel run / multiple instance run

Hello.
Can a task run on multiple instances with different data?
If not, can I make oen or more copies of a task and run them in parallel working on different data?
Thank you in advance...
by fatt.lib
Mon Mar 10, 2025 5:10 pm
Forum: General Discussion
Topic: Trigger task when user is not logged on (or locked)
Replies: 3
Views: 2933

Trigger task when user is not logged on (or locked)

Hello...
I've just started the evaluation in order to adopt roboTask in our environment.
I was wondering if a task can be triggered when no user is logged on.
Also what about atriggering a task when the logged on user is locked?
Thank you in advace for any advice!