UserTrainingΒΆ

digraph G { size ="7,6"; concentrate=true; { rank = same; "DecisionMaking";  }
{ rank = same; "Download";  }
{ rank = same; "Installation";  }
{ rank = same; "Customizing";  }
{ rank = same; "EnterProcesses"; "ImportExistingDocuments"; "UserTraining";  }
{ rank = same; "Maintenance";  }
"Customizing" [URL="Customizing.html",shape=box,color=blue, fontcolor=black, style=filled,];
"DecisionMaking" [URL="DecisionMaking.html",shape=ellipse,color=blue, fontcolor=black, style=filled,];
"Download" [URL="Download.html",shape=rect,color=yellow, fontcolor=black, style=filled,];
"EnterProcesses" [URL="EnterProcesses.html",shape=rect,color=forestgreen, fontcolor=black, style=filled,];
"ImportExistingDocuments" [URL="ImportExistingDocuments.html",shape=rect,color=forestgreen, fontcolor=black, style=filled,];
"Installation" [URL="Installation.html",shape=rect,color=yellow, fontcolor=black, style=filled,];
"Maintenance" [URL="Maintenance.html",shape=rect,color=yellow, fontcolor=black, style=filled,];
"UserTraining" [URL="UserTraining.html",shape=rect,color=black, fontcolor=white, style=filled, ];
"Customizing"->"EnterProcesses" [  ];
"DecisionMaking"->"Download" [ color="blue", arrowhead=diamond, style="solid", label="use FlowchartWiki" ];
"Download"->"Installation" [  ];
"EnterProcesses"->"Maintenance" [  ];
"EnterProcesses"->"UserTraining" [  ];
"ImportExistingDocuments"->"EnterProcesses" [  ];
"Installation"->"Customizing" [  ];
"UserTraining"->"EnterProcesses" [  ];
}

ToDo: Document the small training effort required to get users hooked to FlowChartWiki. :-)