Shape Variations (D2)
Start: Begin {
shape: oval
style.fill: "#e8f5e9"
}
Process: Do work {
shape: hexagon
style.fill: "#e3f2fd"
}
Decision: Check {
shape: diamond
style.fill: "#fff3e0"
}
Step1: First step {
shape: step
}
Step2: Second step {
shape: step
}
End: Done {
shape: circle
style.fill: "#ffebee"
}
Start -> Process -> Decision
Decision -> Step1: yes
Decision -> End: no
Step1 -> Step2 -> Process