views:

2472

answers:

7

What is the difference between project management and process management?

+1  A: 

Process management would be management of a process, such as a software development process (note that I did not say "software process"). Such a process might be used across a variety of projects. A process does not have an end-product, beyond itself.

Project management would be management of a project, typically using some process, and resulting in a product, or a new version of a product.

Gary Kephart
+6  A: 

The defining characteristic of process vs. project is repeatability vs. uniqueness.

  • Process is a repetitive collection of interrelated tasks aimed at achieving a certain goal.

  • Project is a unique endeavour with a beginning and an end undertaken to achieve a goal.

Process management has emphasis on increasing "repeatability" of the tasks, efficiency (descreasing time needed, reducing cost), increasing quality (including consistency in quality).

Project management has emphasis on getting the thing done, achieving the end result. Higher efficiency is harder to achieve since it might require custom tools and methods that can only be developed if the project was turned into a repetitive process.

Applied to software development making a daily build is a process:

  • It's a sequence of tasks aimed at end result.

  • The sequence is repetitive.

  • Tasks are known on the outset, since the process is repetitive.

  • When managing daily builds we want them to be cheap, fast and consistently meet quality standards, in most cases this is best achieved through increased automation.

Designing a new feature is a project:

  • The feature is unique, once we've designed it we won't be designing it again. Maybe version two, but its going to be a different endeavour.

  • At some point we need to stop designing the feature (even when its far from perfect) and it is best if we stipulate in advance how do we know that we've reached that point.

  • We're not as much concerned with that the design is achieved though the most efficient sequence of steps, as with actually coming up with a sufficiently good design at the end.

  • Hence the sequence of tasks that goes into design will be hard to automate and we need to concentrate on keeping the bounds, re-evaluating criterias, adjusting for newly discovered facts and generally moving the entire thing towards completion.

  • We have to constantly select from an increasing number of possible tasks that come up in the light of newly discovered facts and pick these that will take us closer to the goal.

Totophil
A: 

The one sentence summary is process management manages how projects are generally run and has no deliverables other then documents explaining the process while project management is managing a project to insure that deliverables are created on budget and on time while following what ever process has been created through process management.

Jared
A: 

Process is basically the part of the project. process means certain rules has been followed for accomplishment of some task where as project means getting the things done by applying certain process

A: 

If project is work that needs to be done to make an end result, be it a product or a service, then the process is the description of that work. Every project follows a process, even if not formally defined. By attempting to capture that process for each and every project a pattern will emerge that a similar process is being used for certain group or type of projects. It may also be shown that certain process leads to a better end result or leads to the end result faster and/or cheaper. Such process then may be adopted to be used for pertinent projects resulting in higher productivity and quality of end result. Consequently project management is application of the process to make an end result. There is no process management, just process development, implementation, measurement and improvement which in themselves are projects. Chicken or egg if you please.

Toilesomedovve
A: 

Well said the above one, the Process management defines the complete process of existing projects as documentation and give a status report to superiors. Even, they plan accordingly for the resource planning in their absence.

sharaan47
A: 
Nick Mitchell