Data objects flowing through the pipeline are processed by a series of independent user-defined components called Stages . A pipeline may have a number of different branches of execution, each of which is a fully qualified Pipeline in its own right.
Project Status
This project is in Pre-Alpha state and not ready for production use. I essentially needed a place to host the project :-)
* Component design - Done
* Pipeline construction and Lifecycle events - Done
* Base class implementations for Interfaces - Done
* Synchronous StageDriver - Done
* Unit Tests for Framework - Done
Read more: Codeplex