digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 139 188 139 0 ",
		bb="0,0,139,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 31 125 31 180 131 180 131 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 81 168 0 84 15 -Workflow Inputs ",
			bb="31,125,131,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="81,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		inp	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 47 133.5 47 152.5 79 152.5 79 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 63 140.5 0 16 3 -inp ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=inp,
			pos="63,143",
			rects="47,133.5,79,152.5",
			width=0.44444];
	}
	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
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 46 35.5 46 54.5 78 54.5 78 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="62,45",
			rects="46,35.5,78,54.5",
			width=0.44444];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 40 80.5 40 99.5 84 99.5 84 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="62,90",
		rects="40,80.5,84,99.5",
		width=0.61111];
	inp -> step1	[_draw_="c 7 -#000000 B 7 58.49 133.66 55.34 126.81 52.03 116.82 54 108 54.06 107.73 54.13 107.45 54.2 107.17 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 56.42 108.21 56.62 100.8 51.84 106.47 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 62 110.6 0 16 5 -first ",
		label=first,
		lp="62,112.5",
		pos="e,57.163,99.386 58.493,133.66 55.345,126.81 52.029,116.82 54,108 54.061,107.73 54.128,107.45 54.199,107.17"];
	inp -> step1	[_draw_="c 7 -#000000 B 7 65.2 133.6 66.72 126.71 68.25 116.71 67 108 66.97 107.82 66.95 107.63 66.92 107.45 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 69.3 106.9 65.28 100.67 64.54 108.05 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 94.5 110.6 0 55 11 -echo_unused ",
		label=echo_unused,
		lp="94.5,112.5",
		pos="e,64.925,99.195 65.205,133.6 66.721,126.71 68.254,116.71 67,108 66.974,107.82 66.946,107.63 66.917,107.45"];
	step1 -> out	[_draw_="c 7 -#000000 B 4 62 80.71 62 75.59 62 68.85 62 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 64.45 62.78 62 55.78 59.55 62.78 ",
		pos="e,62,54.265 62,80.709 62,75.593 62,68.848 62,62.666"];
}
