Say I have a master template with many tasks (100 tasks) where the tasks dependencies, tasks duration and resources have been determined for each task. Say, I have a project where only a subset of the tasks (30) in the master template
are relevant to the project.
Which of the two following methods is better to do to select the 30 relevant tasks?
1. Inactivate the 70 tasks that are not used and keep active the ones that are relevant to the project (30)
2. Set to zero the durations of the 70 cards not in use but maintain all 100 tasks active
I think Method 1 will be probably better.
In the case of Method 1, say an inactive card (B) is a successor to an active card (A) and a predcessor to another active card (C). What is the implication between the dependency of both card A and C? Does the relationship that A is
a predecessor to C still hold?
P