You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bob Haugen edited this page Jul 22, 2015
·
9 revisions
NRP does not link processes together directly, as in previous process -> this process -> next process.
Instead, the output of one process is a resource, which may become an input to another process. The processes might not know about each other beforehand. They might live in different networks. One process might create outputs that are inputs to many other processes, and likewise one process might get inputs from many other processes.
These indirect links sometimes confuse people who are used to conventional project management systems with direct dependencies. But the indirect links (loose coupling) are lots more flexible, and in many situations (like the ones where the next process is unknown) allow things to happen that cannot happen with tight coupling.