digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 147 188 147 0 ",
		bb="0,0,147,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
		];
		inp1	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 18 133.5 18 152.5 56 152.5 56 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 37 140.5 0 22 4 -inp1 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=inp1,
			pos="37,143",
			rects="18,133.5,56,152.5",
			width=0.52778];
		inp2	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 60 133.5 60 152.5 98 152.5 98 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 79 140.5 0 22 4 -inp2 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=inp2,
			pos="79,143",
			rects="60,133.5,98,152.5",
			width=0.52778];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 31 8 31 63 139 63 139 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 85 15 0 92 16 -Workflow Outputs ",
			bb="31,8,139,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="85,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 41 35.5 41 54.5 73 54.5 73 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 57 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="57,45",
			rects="41,35.5,73,54.5",
			width=0.44444];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 35 80.5 35 99.5 79 99.5 79 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 57 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="57,90",
		rects="35,80.5,79,99.5",
		width=0.61111];
	inp1 -> step1	[_draw_="c 7 -#000000 B 4 40.3 133.58 43.13 126.37 47.27 115.81 50.73 107 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 52.93 108.09 53.21 100.67 48.37 106.3 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 54 110.6 0 8 2 -in ",
		label=in,
		lp="54,112.5",
		pos="e,53.759,99.265 40.303,133.58 43.128,126.37 47.272,115.81 50.726,107"];
	inp2 -> step1	[_draw_="c 7 -#000000 B 4 75.37 133.58 72.26 126.37 67.7 115.81 63.9 107 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 66.19 106.11 61.16 100.65 61.69 108.05 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 74.5 110.6 0 13 3 -in2 ",
		label=in2,
		lp="74.5,112.5",
		pos="e,60.565,99.265 75.367,133.58 72.26,126.37 67.7,115.81 63.902,107"];
	step1 -> out	[_draw_="c 7 -#000000 B 4 57 80.71 57 75.59 57 68.85 57 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 59.45 62.78 57 55.78 54.55 62.78 ",
		pos="e,57,54.265 57,80.709 57,75.593 57,68.848 57,62.666"];
}
