// title:Prop data to stage on Tue // size:400 800 digraph "Prop data to stage on Tue" { node [style=solid] ; labelloc="t" ; label="Prop data to stage on Tue" ; "start" ; "end" ; "Prop to distribution" -> "Prop to db2" ; "Run XAdv" -> "Prop to distribution" ; "Run XRollup" -> "Prop to distribution" ; "Run XRollup" -> "Run XAdv" ; "start" -> "Run XRollup" ; "Prop to db2" -> "analyze site_ad_stats" ; "analyze site_ad_stats" -> "clear stage" ; "analyze site_ad_stats" -> "clear stage3" ; "analyze site_ad_stats" -> "restart mediaqa" ; "clear stage" -> "restart stage" ; "restart stage" -> "end" ; "clear stage3" -> "end" ; "restart mediaqa" -> "end" ; "end" [shape=diamond] ; "Prop to distribution" [shape=ellipse] ; "restart stage" [shape=box] ; "clear stage3" [shape=box] ; "clear stage" [shape=box] ; "analyze site_ad_stats" [shape=ellipse] ; "start" [shape=diamond] ; "restart mediaqa" [shape=box] ; "Run XRollup" [shape=ellipse] ; "Prop to db2" [shape=ellipse] ; "Run XAdv" [shape=ellipse] ; "start" [color=grey,style=filled] ; }