What Are the Main Types of Task Patterns?
It can be broken down into 3 basic patterns :
◦ Dependent tasks : When tasks must be completed
one after another, they are called dependent tasks.
◦ Multiple successor tasks : When several tasks can
start at the same time, each is called a concurrent
task. Often 2 or more concurrent tasks depend on a
single prior task. Which is call a predecessor task.
In this situation, each concurrent task is call a
successor task.
◦ Multiple predecessor tasks : Suppose that a task
requires 2 or more prior tasks to be completed
before it can start.