Do you mean that the task has a break in it while it waits for the other
task? If so, you should split the "broken" task into two tasks that are
hammocked. The hammock can represent the (possibly changing) duration of the
"broken" task, since it's based on the completion of another task. (Connect
the end of the task you have to wait for to the start of the task that
represents the back end of the hammock FS0. Connect the front end and back
end tasks FS0 as well. That way no matter how long the task you're waiting
for takes, the hammock alwys represents the duration properly.)
Bill B
siva said:
If a task has started at a particular time and this task waits for completion
of another task in the middle, how could i show this in the network
diagram?