G
Giannis
Hello,
Suppose we create the following 3 tasks and assign resources A and B in the
following way:
- Task A1, Work=16h, Resources A (100%) and B (100%).
- Task A2, Work=8h, Resource A (100%), Ancestor=Task A1.
- Task B1, Work=8h, Resrouces A (100%) and B (100%).
What I would expect is:
- A is assigned 8h of Task A1 on Day 1.
- B is assigned 8h of Task A1 on Day 1.
- A is assigned 8h of Task A2 on Day 2.
- B is assigned 8h of Task B1 on Day 2.
So the project finishes in 2 days!
However what happens is the following:
- A is assigned 8h of Task A1 on Day 1 -> ok!
- B is assigned 8h of Task A1 on Day 1 -> ok!
- A is assigned 8h of Task A2 on Day 2 -> ok!
- B is assigned 4h of Task B1 on Day 2.
- A is assigned 4h of Task B1 on Day 3.
So the project takes 3 days instead. Any idea why?
Thank you!
Giannis
Suppose we create the following 3 tasks and assign resources A and B in the
following way:
- Task A1, Work=16h, Resources A (100%) and B (100%).
- Task A2, Work=8h, Resource A (100%), Ancestor=Task A1.
- Task B1, Work=8h, Resrouces A (100%) and B (100%).
What I would expect is:
- A is assigned 8h of Task A1 on Day 1.
- B is assigned 8h of Task A1 on Day 1.
- A is assigned 8h of Task A2 on Day 2.
- B is assigned 8h of Task B1 on Day 2.
So the project finishes in 2 days!
However what happens is the following:
- A is assigned 8h of Task A1 on Day 1 -> ok!
- B is assigned 8h of Task A1 on Day 1 -> ok!
- A is assigned 8h of Task A2 on Day 2 -> ok!
- B is assigned 4h of Task B1 on Day 2.
- A is assigned 4h of Task B1 on Day 3.
So the project takes 3 days instead. Any idea why?
Thank you!
Giannis