digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 149 188 149 0 ",
		bb="0,0,149,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 108 180 108 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,108,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		inp2	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16 133.5 16 152.5 54 152.5 54 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 35 140.5 0 22 4 -inp2 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=inp2,
			pos="35,143",
			rects="16,133.5,54,152.5",
			width=0.52778];
		inp1	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 62 133.5 62 152.5 100 152.5 100 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 81 140.5 0 22 4 -inp1 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=inp1,
			pos="81,143",
			rects="62,133.5,100,152.5",
			width=0.52778];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 33 8 33 63 141 63 141 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 87 15 0 92 16 -Workflow Outputs ",
			bb="33,8,141,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="87,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 42 35.5 42 54.5 74 54.5 74 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="58,45",
			rects="42,35.5,74,54.5",
			width=0.44444];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 36 80.5 36 99.5 80 99.5 80 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="58,90",
		rects="36,80.5,80,99.5",
		width=0.61111];
	inp2 -> step1	[_draw_="c 7 -#000000 B 7 34.38 133.69 34.21 126.5 34.84 116.02 39 108 39.43 107.18 39.91 106.37 40.45 105.59 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 42.27 107.22 45.11 100.37 38.62 103.96 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 57.5 110.6 0 37 8 -echo_in2 ",
		label=echo_in2,
		lp="57.5,112.5",
		pos="e,46.115,99.242 34.383,133.69 34.207,126.5 34.836,116.02 39,108 39.428,107.18 39.914,106.37 40.446,105.59"];
	inp1 -> step1	[_draw_="c 7 -#000000 B 7 80.21 133.78 79.26 126.64 77.23 116.19 73 108 72.65 107.33 72.27 106.66 71.87 106 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 73.94 104.68 67.76 100.59 70.04 107.64 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 94.5 110.6 0 37 8 -echo_in1 ",
		label=echo_in1,
		lp="94.5,112.5",
		pos="e,66.846,99.379 80.207,133.78 79.259,126.64 77.232,116.19 73,108 72.652,107.33 72.272,106.66 71.866,106"];
	step1 -> out	[_draw_="c 7 -#000000 B 4 58 80.71 58 75.59 58 68.85 58 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 60.45 62.78 58 55.78 55.55 62.78 ",
		pos="e,58,54.265 58,80.709 58,75.593 58,68.848 58,62.666"];
}
