Home > Articles > Software Development & Management

This chapter is from the book

This chapter is from the book

Activity Planning—From WBS to Project Schedule

The next section of the planning processes address those steps required to develop the project schedule. This is the part of the project plan that might be most familiar to new project managers. Many automated project management tools help create schedules by keeping track of activities, resources, durations, sequencing, and constraints. Although the schedule is an integral part of the project plan, it is only one part. Don’t start working on the schedule until you have a proper WBS. Starting to work before completing the WBS usually results in doing more work than is necessary. A good WBS reduces task redundancy and helps ensure all work performed is in the scope of the project. In fact, the WBS is a required input to activity planning.

Defining Activities

The first process in the activity planning section is activity definition. This process starts with the WBS and identifies the activities required to produce the various project deliverables. Activities are viewed from the perspective of the work packages. You ask the question, "What activities are required to satisfy this work package requirement?" The resulting information from this process is used next to organize the activities into a specific sequence. Table 3.5 shows the inputs, tools, techniques, and outputs for the activity definition process.

Table 3.5 Activity Definition Inputs, Tools, Techniques, and Outputs

Inputs

Tools and Techniques

Outputs

Enterprise environmental factors

Decomposition

Activity list

Organizational process assets

Templates

Activity attributes

Project scope statement

Rolling wave planning

Milestone list

Work breakdown structure

Expert judgment

Requested changes

WBS dictionary

Planning component

 

Project management plan

 

 


Sometimes it is difficult to know everything about a project during the planning stage. It is common to learn more about the project as you work through the project life cycle. This is called progressive elaboration and it affects the planning process. If you don’t know everything about the project, you can’t plan the whole project to the level of detail necessary. For large projects, it is common to plan the entire project at a high level. The project starts with detailed plans in place for the work packages that are near the beginning of the project. As the time draws near to begin additional work, the more detailed, low-level plans for those work packages are added to the project plan. The planning process is revisited multiple times to ensure that the detailed plans contain the latest information known about the project. This practice is called rolling wave planning because the planning wave always moves to stay ahead of the work execution wave.

Sequencing Activities

The next process is that of arranging the activities list from activity definition into a discrete sequence. Some activities can be accomplished at any time throughout the project. Other activities depend on input from another activity or are constrained by time or resources. Any requirement that restricts the start or end time of an activity is a dependency. This process identifies all relationships between activities and notes restrictions imposed by these relationships.

For example, when building a car you cannot install the engine until the engine has been built and delivered to the main assembly line. This is just one simple example of how activities may be dependent on one another. This process is one that can benefit from the use of computer software to assist in noting and keeping track of inter-activity dependencies. Table 3.6 shows the inputs, tools, techniques, and outputs for the activity sequencing process.

Table 3.6 Activity Sequencing Inputs, Tools, Techniques, and Outputs

Inputs

Tools and Techniques

Outputs

Project scope statement

Precedence diagramming method (PDM)

Project schedule network diagrams

Activity list

Arrow diagramming method (ADM)

Activity list (updates)

Activity attributes

Schedule network templates

Activity attributes (updates)

Approved change requests

Dependency determination

Requested changes

 

Applying leads and lags

 


Network Diagrams

One of the more important topics to understand when planning project activities is creating network diagrams. Network diagrams provide a graphical view of activities and how they relate to one another. The PMP exam tests your ability to recognize and understand two types of network diagrams: the precedence diagramming method (PDM) and the arrow diagramming method (ADM). Make sure you can read each type of diagram and use the information it presents.

Precedence Diagramming Method

The PDM shows nodes, representing activities, connected by arrows that represent dependencies. To represent that activity B is dependent on activity A (in other words, activity A must be complete before activity B starts), simply draw an arrow from A to B. PDM diagrams are also referred to as activity- on-node (AON) diagrams because the nodes contain the activity duration information. (You don’t have enough information yet to complete all the information presented here. You’ll fill in the duration information during activity duration estimating.) In fact, nodes generally contain several pieces of information, including

  • Early start—The earliest date the activity can start

  • Duration—The duration of the activity

  • Early finish—The earliest date the activity can finish

  • Late start—The latest date the activity can start

  • Late finish—The latest date the activity can finish

  • Slack—Difference between the early start and the late start dates

Figure 3.3 shows an example of a PDM diagram.

Figure 3.3

Figure 3.3 The precedence diagramming method.

The PDM diagram in Figure 3.3 shows eight activities, labeled A–H. The arrows show how some activities are dependent on other activities. For example, activity B cannot start until activities A and C are complete. To show this dual dependency, you draw an arrow from A to B and another arrow from C to B.

You can represent four types of dependencies with a PDM diagram:

  • Finish-to-start (the most common dependency type)—The successor activity’s start depends on the completions of the successor activity.

  • Finish-to-finish—The completion of the successor activity depends on the completion of the predecessor activity.

  • Start-to-start—The start of the successor activity depends on the start of the predecessor activity.

  • Start-to-finish—The completion of the successor activity depends on the start of the predecessor activity.

Arrow Diagramming Method

The arrow diagramming method (ADM) is similar to the PDM, except that all dependencies are finish-to-start. Also, durations are generally depicted on the arrows. For this reason, the ADM diagram is also called the activity-on-arrow (AOA) diagram. Figure 3.4 shows an example of an ADM diagram.

Figure 3.4

Figure 3.4 The arrow diagramming method.

The ADM diagram in Figure 3.4 shows 11 activities, labeled A–K. Unlike the PDM diagram, activities are labeled on the arrow, not the nodes. Dependencies are noted in a similar fashion to the PDM diagram, but there is another type of activity in ADM diagrams. Look at the dependency between node 3 and node 2. The arrow has a dotted line, which means the activity has no duration and is called a dummy activity. The purpose of dummy activities is simply to allow you to depict dependencies. In Figure 3.4 activity C cannot start until activity E has completed. Likewise, activity G cannot start until activity I has completed.

After you are comfortable with the main types of network diagrams, you need to understand how to use them. Let’s talk about a few basic scheduling concepts and look at how network diagrams help you understand project schedules, starting with a few project tasks. Table 3.7 lists the tasks for a project along with the predecessors, duration, and earliest start date.

Table 3.7 Project Task Information

Activity

Predecessor

Duration

Earliest Start Date

A

None

5

9/5/05

B

A

2

9/10/05

C

A

3

9/10/05

D

B

7

9/12/05

E

C

4

9/13/05

F

D

1

9/19/05

G

E, F

2

9/20/05


Now use the sample PDM node template to create a PDM diagram for the project. Figure 3.5 shows the sample PDM node template.

Figure 3.5

Figure 3.5 The sample PDM node template.

The completed network diagram should look like the diagram in Figure 3.6.

Figure 3.6

Figure 3.6 The completed sample PDM diagram.

Estimating Activity Resources

Now you have a list of activities and their relative dependencies. The next process associates activities with the resources required to accomplish the work. This process lists each type and amount, or quantity, of each required resource. Every activity requires resources of some sort. Activity resources can include

  • Equipment

  • Materials and supplies

  • Money

  • People

Table 3.8 shows the inputs, tools, techniques, and outputs for the activity resource estimating process.

Table 3.8 Activity Resource Estimating Inputs, Tools, Techniques, and Outputs

Inputs

Tools and Techniques

Outputs

Enterprise environmental factors

Expert judgment

Activity resource requirements

Organizational process assets

Alternatives analysis

Activity attributes (updates)

Activity list

Published estimating data

Resource breakdown structure

Activity attributes

Project management software

Resource calendar (updates)

Resource availability

Bottom-up estimating

Requested changes

Project management plan

 

 


Two of the tools and techniques warrant further discussion. One of the techniques you use when estimating activity resources is alternative analysis. Analyzing the various alternatives provides an opportunity to consider other sources or ways to achieve the desired result for an activity. Alternatives might be more desirable than the initial expected approach due to cost savings, higher quality, or earlier completion. Another important outcome of alternative analysis is that in case the primary source becomes unavailable, you might have already identified a replacement method to complete the work. Suppose your main supplier of industrial fittings suffers a catastrophic fire. If your alternative analysis identified another source, you might be able to continue the project with minimal disruption.

The second item is bottom-up estimating. Recall that one of the purposes of creating the WBS is to decompose project work into work packages that are small enough to reliably estimate for duration and resource requirements. Using the WBS, you can provide estimates for mid- and high-level work by aggregating the estimates for the work packages that make up the desired work. Because this process starts at the lowest level of work (the work package) to create the estimate, it is called bottom-up estimating. This type of estimating tends to be fairly accurate because the estimates come from the people doing the actual work. The alternative is top-down estimating. Top-down estimates generally come from management or a source that is higher up than the people actually doing the work. The estimates are really educated guesses on the amount of resources required for a collection of work packages and tend to be less reliable than bottom-up estimates.

Estimating Activity Durations

After the resource estimates are established for each of the activities, it’s time to assign duration estimates. The activity duration estimating process assigns the number of work periods that are needed to complete schedule activities. Each estimate assumes that the necessary resources are available to be applied to the work package when needed. Table 3.9 shows the inputs, tools, techniques, and outputs for the activity duration estimating process.

Table 3.9 Activity Duration Estimating Inputs, Tools, Techniques, and Outputs

Inputs

Tools and Techniques

Outputs

Enterprise environmental factors

Expert judgment

Activity duration estimates

Organizational process assets

Analogous estimating

Activity attributes (updates)

Project scope statement

Parametric estimating

 

Activity list

Three-point estimates

 

Activity attributes

Reserve analysis

 

Activity resource requirements

 

 

Resource calendar

 

 

Project management plan

 

 


In addition to expert judgment, three main techniques are used for project activity duration estimation. In many cases, using multiple techniques provides more accurate estimates. The three estimation techniques are

  • Analogous estimating—This uses actual duration figures from similar activities. These activities can be from the same project or another project.

  • Parametric estimating—This calculates duration estimates by multiplying the quantity of work by the productivity rate. This type of estimate works best for standardized, and often repetitive, activities.

  • Three-point estimates—This uses three estimate values for each activity:

    • Most likely—The duration most likely to occur.

    • Optimistic—The duration of the activity if everything goes as planned, or better.

    • Pessimistic—The duration of the activity in a worst-case scenario.

Developing the Project Schedule

The next step is to develop the actual project schedule. The schedule development process pulls all of the activity information together and results in the project’s initial (baseline) schedule. As work is iteratively planned and accomplished and the project moves through its life cycle, changes to the schedule will likely occur. The schedule is a dynamic document and requires constant attention on the part of the project manager to ensure the project stays on track. Table 3.10 shows the inputs, tools, techniques, and outputs for the schedule development process.

Table 3.10 Schedule Development Inputs, Tools, Techniques, and Outputs

Inputs

Tools and Techniques

Outputs

Organizational process assets

Schedule network analysis

Project schedule

Project scope statement

Critical path method

Schedule model data

Activity list

Schedule compression

Schedule baseline

Activity attributes

What-if scenario analysis

Resource requirements (updates)

Project schedule network diagrams

Resource leveling

Activity attributes (updates)

Activity resource requirements

Critical chain method

Project calendar (updates)

Resource calendar

Project management software

Requested changes

Activity duration estimates

Applying calendars

Project management plan (updates)

Project management plan

Adjusting leads and lags

 

 

Schedule model

 


An important topic to understand with respect to project schedules is the critical path. Look back at the AON diagram in Figure 3.3. The critical path is the longest path from start to finish. It is calculated by adding up all of the durations along each path from start to finish. The reason it is called the critical path is that any delay (or increase in duration) of any activity on the critical path causes a delay in the project. It is critical that all activities on this path be completed on schedule.

Critical Path

Using the network diagram in Figure 3.6, you can calculate the project critical path. The critical path is the route with the longest total duration. This example shows two routes from task A to task G:

  • Path A-B-D-F-G takes 17 days to complete. (Just add up all the durations: 5 + 2 + 7 + 1 + 2 = 17)

  • Path A-C-E-G takes 14 days to complete.

From this diagram you can see that the longest path is A-B-D-F-G, and that is your critical path. Any delays in any of these tasks will delay the project.

Float

Take another look at Figure 3.6. This PDM diagram has several pieces of information filled in for each node that we have not discussed yet. The task name and duration are self-explanatory. What about the rest of the information, though? The main task of developing the project schedule is to relate each of the tasks and combine duration, resource requirements, and dependencies. You will need to make several passes through the network diagram to calculate the values necessary to create a project schedule.

In general, you will make two main passes through each path in your network diagram. The first pass starts with the initial project task (the project start task). The starting date of the initial task is its early start date. A task’s early start date is the earliest you can start working on that task. In Figure 3.6, the early start date for task A is 9/5/05. The duration for task A is 5 days, so the earliest task A can finish is 9/10/05. To get the early finish date, just add the duration to the early start date. Now, the early finish date for task A becomes the early start date for any tasks that are dependent on task A (namely, task B and task C). Then, continue to follow each path until you reach the final task, calculating the new early end dates by adding the duration to the early start dates.

Now it’s time for the second pass through your project to calculate the late start and late ending dates. This pass starts at the end and moves backward through the same paths you just followed in the forward pass. The first step in the backward pass is to record the late ending date. It is the same as the early ending date for the last task in the project. Then, subtract the duration to get the late start date. In Figure 3.6, the late ending date for task G is 9/22/05 and the late start date is 9/20/05. Next, move backward to each task on which your current task depends (for example, each task that has an arrow pointing to your current task). The late ending date for this predecessor task is the same as the late start date of the dependent task. In other words, the late ending date for task F and task E would be 9/20/05 (the late start date for task G). Continue backward through the project, subtracting the duration to calculate a new late start date.

After completing both the forward and backward passes, you should have all the early start times (ESTs), early finish times (EFTs), late start times (LSTs), and late finish times (LFTs) filled in. To complete the network diagram entries, calculate the float for each task by subtracting the early start date from the late start date. The float represents the amount of time each task can be delayed without delaying the project.

Finally, add up the durations for each path from the start task to the finish task. The smallest total represents the critical path of your project—there could be more than one critical path. Remember that tasks on the critical path all have a float of 0 and any delay of a task on the critical path results in an overall project delay.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020