digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 124 188 124 0 ",
		bb="0,0,124,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 9 125 9 180 112 180 112 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 59 168 0 84 15 -Workflow Inputs ",
			bb="9,125,112,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="59,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		int_1	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 17.5 133.5 17.5 152.5 58.5 152.5 58.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 38 140.5 0 25 5 -int_1 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=int_1,
			pos="38,143",
			rects="17.5,133.5,58.5,152.5",
			width=0.56944];
		int_2	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 62.5 133.5 62.5 152.5 103.5 152.5 103.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 83 140.5 0 25 5 -int_2 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=int_2,
			pos="83,143",
			rects="62.5,133.5,103.5,152.5",
			width=0.56944];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 8 8 8 63 116 63 116 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 62 15 0 92 16 -Workflow Outputs ",
			bb="8,8,116,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="62,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		result	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 18 35.5 18 54.5 62 54.5 62 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 40 42.5 0 28 6 -result ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=result,
			pos="40,45",
			rects="18,35.5,62,54.5",
			width=0.61111];
	}
	sum	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 21 80.5 21 99.5 59 99.5 59 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 40 87.5 0 22 3 -sum ",
		height=0.27778,
		label=sum,
		pos="40,90",
		rects="21,80.5,59,99.5",
		width=0.52778];
	int_1 -> sum	[_draw_="c 7 -#000000 B 4 38.33 133.58 38.61 126.52 39.01 116.24 39.35 107.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 41.79 107.87 39.62 100.78 36.89 107.68 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 48.5 110.6 0 19 4 -data ",
		label=data,
		lp="48.5,112.5",
		pos="e,39.676,99.265 38.33,133.58 38.607,126.52 39.01,116.24 39.351,107.55"];
	int_2 -> sum	[_draw_="c 7 -#000000 B 7 77.77 133.5 73.21 126.37 66.21 116.09 59 108 58.07 106.95 57.08 105.91 56.06 104.88 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 57.95 103.29 51.17 100.28 54.59 106.86 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 75.5 110.6 0 19 4 -data ",
		label=data,
		lp="75.5,112.5",
		pos="e,50.067,99.248 77.771,133.5 73.21,126.37 66.209,116.09 59,108 58.069,106.95 57.078,105.91 56.056,104.88"];
	sum -> result	[_draw_="c 7 -#000000 B 4 40 80.71 40 75.59 40 68.85 40 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 42.45 62.78 40 55.78 37.55 62.78 ",
		pos="e,40,54.265 40,80.709 40,75.593 40,68.848 40,62.666"];
}
