tasks not waiting for each othrt

Discuss RoboTask here
Post Reply
KevinU
Posts: 8
Joined: Mon May 06, 2013 10:41 pm

tasks not waiting for each othrt

Post by KevinU »

have tries seveaal ways to buillde a schedule og tasks taht execute n sequence .
tried all in one task .....

latetsest isssss seperated taaks, these are attached/




shedule flies through all stems but only the 1st run is exeuted.

aaaaaaaaaaaaaam i dounig thingss wrong orx have i maaaaaaaaaaaaaaaaaaaaaaaanged to corrupt something wen i have ahad one of my 'sessionnss'

annny help welecom
Attachments
HBK_JOBSTEP_VIRUS.zip
(10.82 KiB) Downloaded 1537 times
Thanks Kevin

Please note that I suffer from Parkinsons and as a result my posts may contain typos and shouting.
Thank You
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: tasks not waiting for each othrt

Post by Oleg »

If you start the task with waiting you do not need to add Wait for Task action

I tried your tasks. The task HBK_JOB_SCHEDULE_MONTHLY started all other tasks in sequence.
I don't understand your algorithm, because I don't know what external programs do.
Oleg Yershov
KevinU
Posts: 8
Joined: Mon May 06, 2013 10:41 pm

Re: tasks not waiting for each othrt

Post by KevinU »

the external tasks are bacpups/securities thhh
relate to diffents asspectss
trying to mange manage 1/optimize ti2me2212.


just added the taskdependeces even without get same result
Thanks Kevin

Please note that I suffer from Parkinsons and as a result my posts may contain typos and shouting.
Thank You
KevinU
Posts: 8
Joined: Mon May 06, 2013 10:41 pm

Re: tasks not waiting for each othrt

Post by KevinU »

trying to
creat a snapshot of critical drives
defach
backup
scan for viruses
backup agin

only 1 backup can run at once
Thanks Kevin

Please note that I suffer from Parkinsons and as a result my posts may contain typos and shouting.
Thank You
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: tasks not waiting for each othrt

Post by Oleg »

Look at the task "HBK_JOB_SCHEDULE_MONTHLY"
It seem that this task is working infinitely or until you set particular value to variable.
I think that this is not a good idea. It's better to attach some trigger to a task. For example Cyclic.
In order to stop the task at all enough to disable the task. You can do this from another task too ( see Disable Task action)
Oleg Yershov
Post Reply