Page 1 of 1

tasks not waiting for each othrt

Posted: Wed May 08, 2013 6:01 pm
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

Re: tasks not waiting for each othrt

Posted: Wed May 08, 2013 6:47 pm
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.

Re: tasks not waiting for each othrt

Posted: Wed May 08, 2013 7:43 pm
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

Re: tasks not waiting for each othrt

Posted: Wed May 08, 2013 7:50 pm
by KevinU
trying to
creat a snapshot of critical drives
defach
backup
scan for viruses
backup agin

only 1 backup can run at once

Re: tasks not waiting for each othrt

Posted: Fri May 10, 2013 9:36 am
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)