Hi,
Is there a way to change the behavior of the task dependencies in project operations to support the following use case:
- Task 1, duration 8h, start 2021-04-07, finish 2021-04-07
- Task 2, duration 8h, start 2021-04-08, finish 2021-04-08, dependent on Task 1
- Task 3, duration 8h, start 2021-04-09, finish 2021-04-09, dependent on Task 2
- Task 2, duration 8h, start 2021-04-08, finish 2021-04-08, dependent on Task 1
The question is: If Task 1 is moved to start date 2021-04-10 I would like the child tasks to be moved accordingly. The desired result should be:
- Task 1, duration 8h, start 2021-04-10, finish 2021-04-10
- Task 2, duration 8h, start 2021-04-11, finish 2021-04-11, dependent on Task 1
- Task 3, duration 8h, start 2021-04-12, finish 2021-04-12, dependent on Task 2
- Task 2, duration 8h, start 2021-04-11, finish 2021-04-11, dependent on Task 1
Thanks
Michael