digraph { rankdir=TB N0 [label="Orchestration of Processes" color="#D2D2D2" fillcolor="#F0F0F0" shape=inputoutput style=filled] N1 [label="Return on Investment Calculation" color="#2196F3" fillcolor="#BBDEFB" shape=database style=filled] N2 [label="API Automation" color="#D2D2D2" fillcolor="#F0F0F0" shape=ellipse style=filled] N3 [label="Compliance in Automation" color="#D2D2D2" fillcolor="#F0F0F0" shape=document style=filled] N4 [label="Document Processing Automation" color="#A1D7CD" fillcolor="#EDF5F3" shape=parallelogram style=filled] N5 [label="Task Automation" color="#2196F3" fillcolor="#BBDEFB" shape=rect style=filled] N6 [label="Automation Opportunity Identification" color="#D2D2D2" fillcolor="#F0F0F0" shape=parallelogram style=filled] N7 [label="Supply Chain Automation" color="#2196F3" fillcolor="#BBDEFB" shape=action style=filled] N0 -> N1 [color="#A1D7CD" penwidth=1.5 style=dashed label="trains" dir=forward] N1 -> N2 [color="#000000" penwidth=1.5 style=dashed label="orchestrates" dir=forward] N2 -> N3 [color="#D2D2D2" penwidth=1.5 style=dashed label="integrates_systems" dir=forward] N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] N4 -> N5 [color="#D2D2D2" penwidth=1.5 style=dashed dir=forward] N5 -> N6 [color="#A1D7CD" penwidth=1.5 style=solid label="tests" dir=forward] N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward] N0 -> N3 [color="#000000" penwidth=1.5 style=dashed dir=forward] N6 -> N0 [color="#2196F3" penwidth=1.5 style=solid label="BPM_utilizes" dir=forward] }