| digraph { |
| rankdir=RL |
| N0 [label=Hyperautomation color="#FFC085" fillcolor="#FFDAB9" shape=ellipse style=filled] |
| N1 [label="Finance Process Automation" color="#FF5722" fillcolor="#FFCCBC" shape=box style=filled] |
| N2 [label="User Training for Automated Systems" color="#FF5722" fillcolor="#FFCCBC" shape=octagon style=filled] |
| N3 [label="Data Entry Automation" color="#FF5722" fillcolor="#FFCCBC" shape=box style=filled] |
| N4 [label="Email Automation" color="#FFC085" fillcolor="#FFDAB9" shape=box style=filled] |
| N5 [label="Process Mapping" color="#FFC085" fillcolor="#FFDAB9" shape=diamond style=filled] |
| N6 [label="Automation Opportunity Identification" color="#FBC02D" fillcolor="#FFFDE7" shape=box style=filled] |
| N7 [label="Customer Service Automation" color="#FFC085" fillcolor="#FFDAB9" shape=ellipse style=filled] |
| N8 [label="Audit Trail for Automation" color="#FF5722" fillcolor="#FFCCBC" shape=box style=filled] |
| N9 [label="IT Operations Automation" color="#FFC085" fillcolor="#FFDAB9" shape=ellipse style=filled] |
| N0 -> N1 [color="#FFC085" dir=forward penwidth=1.5 style=solid] |
| N1 -> N2 [label=improves_accuracy color="#FF5722" dir=forward penwidth=1.5 style=dashed] |
| N2 -> N3 [label=reports_generates color="#FF5722" dir=forward penwidth=1.5 style=solid] |
| N3 -> N4 [label=approvals_manages color="#FBC02D" dir=forward penwidth=1.5 style=dashed] |
| N4 -> N5 [label=automates color="#FFC085" dir=forward penwidth=1.5 style=solid] |
| N5 -> N6 [label=AI_applies color="#FFC085" dir=forward penwidth=1.5 style=dashed] |
| N6 -> N7 [color="#000000" dir=forward penwidth=1.5 style=dashed] |
| N7 -> N8 [color="#000000" dir=forward penwidth=1.5 style=dashed] |
| N8 -> N9 [color="#000000" dir=forward penwidth=1.5 style=dashed] |
| N2 -> N8 [color="#FFC085" dir=forward penwidth=1.5 style=dashed] |
| N7 -> N4 [label=manages color="#FFC085" dir=forward penwidth=1.5 style=dashed] |
| } |
|
|