N
Nikou
Suppose that I have 3 tasks: task 1, task 2 and task 3 that all can start
after task 0 is completed. They can be done in parallel. but same resources
are working on all 3 tasks. each task by itself has let's say 8 hr works and
let's assume 1 day duration.
Now task 4 can start after these 3 tasks are completed. How should I define
predecessors?
i tried to define predecessors of task 1,2,3 as task 0 and predecessor of
task for as tasks 1,2,3. But the start and finish date of all 3 tasks stayed
the same. They all started and finished in the same day. But I have the same
resources working on alll 3 tasks. so in reality they can not start and
finish on the same date.
The only thing that works fine is to let them start one after the other; but
it doesn't look like a nice approach.
Please advice. Thanks!
after task 0 is completed. They can be done in parallel. but same resources
are working on all 3 tasks. each task by itself has let's say 8 hr works and
let's assume 1 day duration.
Now task 4 can start after these 3 tasks are completed. How should I define
predecessors?
i tried to define predecessors of task 1,2,3 as task 0 and predecessor of
task for as tasks 1,2,3. But the start and finish date of all 3 tasks stayed
the same. They all started and finished in the same day. But I have the same
resources working on alll 3 tasks. so in reality they can not start and
finish on the same date.
The only thing that works fine is to let them start one after the other; but
it doesn't look like a nice approach.
Please advice. Thanks!