| 123456789101112131415161718192021222324 | 
							- digraph PipelineItem {
 
-   Name -> Registration
 
-   Provides -> Registration
 
-   Registration -> Resolution
 
-   Requires -> Resolution
 
-   Resolution -> Configure
 
-   ListConfigurationOptions -> "Command Line"
 
-   "Command Line" -> Configure
 
-   Configure -> Initialize
 
-   Repository -> Initialize
 
-   Initialize -> Consume
 
-   Commits -> Consume
 
-   Consume -> Consume
 
-   Consume -> Fork
 
-   Fork -> Consume
 
-   Consume -> Merge
 
-   Merge -> Consume
 
-   Merge -> "<disposal>"
 
-   Registration [style=filled, fillcolor=dimgray, fontcolor=white]
 
-   Resolution [style=filled, fillcolor=dimgray, fontcolor=white]
 
-   "Command Line" [style=filled, fillcolor=dimgray, fontcolor=white]
 
-   Repository [style=filled, fillcolor=gray]
 
-   Commits [style=filled, fillcolor=gray]
 
- }
 
 
  |