digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 156 188 156 0 ",
		bb="0,0,156,188",
		bgcolor="#eeeeee",
		clusterrank=local,
		color=black,
		dpi=96,
		fontsize=10,
		labeljust=left,
		nodesep=0.05,
		ranksep=0.22,
		xdotversion=1.7
	];
	node [color=black,
		fillcolor=lightgoldenrodyellow,
		fontcolor=black,
		fontname=Helvetica,
		fontsize=10,
		height=0,
		label="\N",
		shape=record,
		style=filled,
		width=0
	];
	edge [arrowsize=0.7,
		color=black,
		fontcolor=black,
		fontname=Helvetica,
		fontsize=8
	];
	subgraph cluster_inputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 8 125 8 180 142 180 142 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,142,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		scattered_messages	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16.5 133.5 16.5 152.5 133.5 152.5 133.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 75 140.5 0 101 18 -scattered_messages ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=scattered_messages,
			pos="75,143",
			rects="16.5,133.5,133.5,152.5",
			width=1.625];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 21 8 21 63 129 63 129 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 75 15 0 92 16 -Workflow Outputs ",
			bb="21,8,129,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="75,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out_message	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 34 35.5 34 54.5 116 54.5 116 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 75 42.5 0 66 11 -out_message ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out_message,
			pos="75,45",
			rects="34,35.5,116,54.5",
			width=1.1389];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 53 80.5 53 99.5 97 99.5 97 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 75 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="75,90",
		rects="53,80.5,97,99.5",
		width=0.61111];
	scattered_messages -> step1	[_draw_="c 7 -#000000 B 4 75 133.58 75 126.52 75 116.24 75 107.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 77.45 107.78 75 100.78 72.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 115.5 110.6 0 81 17 -scattered_message ",
		label=scattered_message,
		lp="115.5,112.5",
		pos="e,75,99.265 75,133.58 75,126.52 75,116.24 75,107.55"];
	step1 -> out_message	[_draw_="c 7 -#000000 B 4 75 80.71 75 75.59 75 68.85 75 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 77.45 62.78 75 55.78 72.55 62.78 ",
		pos="e,75,54.265 75,80.709 75,75.593 75,68.848 75,62.666"];
}
