| digraph { |
| rankdir=BT |
| N0 [label="Document Processing Automation" color="#FFF9AE" fillcolor="#FFFCE6" shape=predefinedprocess style=filled] |
| N1 [label="Report Generation Automation" color="#FFCC7A" fillcolor="#FFF6D9" shape=document style=filled] |
| N2 [label="Return on Investment Calculation" color="#FFCC7A" fillcolor="#FFF6D9" shape=box style=filled] |
| N3 [label="Security for Automation Bots" color="#FFCC7A" fillcolor="#FFF6D9" shape=predefinedprocess style=filled] |
| N4 [label="Automated Testing" color="#FFF9AE" fillcolor="#FFFCE6" shape=vnode_shape style=filled] |
| N5 [label="IT Operations Automation" color="#64B5F6" fillcolor="#E3F2FD" shape=rect style=filled] |
| N6 [label="Change Management for Automation" color="#FFCC7A" fillcolor="#FFF6D9" shape=inputoutput style=filled] |
| N7 [label="Task Automation" color="#FFCC7A" fillcolor="#FFF6D9" shape=rect style=filled] |
| N8 [label="Intelligent Automation" color="#FFF9AE" fillcolor="#FFFCE6" shape=multipledocuments style=filled] |
| N9 [label="Hyperautomation" color="#FFCC7A" fillcolor="#FFF6D9" shape=rectangle style=filled] |
| N10 [label="Supply Chain Automation" color="#64B5F6" fillcolor="#E3F2FD" shape=box style=filled] |
| N0 -> N1 [color="#64B5F6" penwidth=1.5 style=dashed label="enhances_compliance" dir=forward] |
| N1 -> N2 [color="#000000" penwidth=1.5 style=dashed dir=forward] |
| N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="configures_rules" dir=forward] |
| N3 -> N4 [color="#64B5F6" penwidth=1.5 style=dashed label="errors_detects" dir=forward] |
| N4 -> N5 [color="#FFCC7A" penwidth=1.5 style=dashed label="analyzes" dir=forward] |
| N5 -> N6 [color="#FFCC7A" penwidth=1.5 style=dashed label="tasks_handles" dir=forward] |
| N6 -> N7 [color="#FFF9AE" penwidth=1.5 style=dashed label="RPA_implements" dir=forward] |
| N7 -> N8 [color="#FFF9AE" penwidth=1.5 style=solid dir=forward] |
| N8 -> N9 [color="#FFCC7A" penwidth=1.5 style=solid label="automates" dir=forward] |
| N9 -> N10 [color="#64B5F6" penwidth=1.5 style=dashed dir=forward] |
| N7 -> N2 [color="#FFF9AE" penwidth=1.5 style=dashed label="streamlines" dir=forward] |
| N2 -> N6 [color="#FFCC7A" penwidth=1.5 style=solid dir=forward] |
| } |