digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 108 140 108 140 0 ",
		bb="0,0,140,108",
		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 20 45 20 100 120 100 120 45 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 70 88 0 84 15 -Workflow Inputs ",
			bb="20,45,120,100",
			label="Workflow Inputs",
			lheight=0.15,
			lp="70,90.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		a	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 58.5 53.5 58.5 72.5 81.5 72.5 81.5 53.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 70 60.5 0 7 1 -a ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=a,
			pos="70,63",
			rects="58.5,53.5,81.5,72.5",
			width=0.31944];
	}
	subgraph cluster_outputs {
		graph [label="Workflow Outputs",
			labelloc=b,
			rank=same,
			style=dashed
		];
	}
	step3	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 0 0.5 0 19.5 44 19.5 44 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 22 7.5 0 28 5 -step3 ",
		height=0.27778,
		label=step3,
		pos="22,10",
		rects="0,0.5,44,19.5",
		width=0.61111];
	a -> step3	[_draw_="c 7 -#000000 B 4 62.07 53.58 54.87 45.93 44.1 34.48 35.54 25.39 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 37.4 23.79 30.82 20.37 33.83 27.14 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 48 30.6 0 4 1 -r ",
		label=r,
		lp="48,32.5",
		pos="e,29.779,19.265 62.074,53.578 54.874,45.929 44.103,34.485 35.541,25.387"];
	step2	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 48 0.5 48 19.5 92 19.5 92 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 70 7.5 0 28 5 -step2 ",
		height=0.27778,
		label=step2,
		pos="70,10",
		rects="48,0.5,92,19.5",
		width=0.61111];
	a -> step2	[_draw_="c 7 -#000000 B 4 70 53.58 70 46.52 70 36.24 70 27.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 72.45 27.78 70 20.78 67.55 27.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 72 30.6 0 4 1 -r ",
		label=r,
		lp="72,32.5",
		pos="e,70,19.265 70,53.578 70,46.523 70,36.24 70,27.547"];
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 96 0.5 96 19.5 140 19.5 140 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 118 7.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="118,10",
		rects="96,0.5,140,19.5",
		width=0.61111];
	a -> step1	[_draw_="c 7 -#000000 B 4 77.93 53.58 85.13 45.93 95.9 34.48 104.46 25.39 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 106.17 27.14 109.18 20.37 102.6 23.79 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 103 30.6 0 4 1 -r ",
		label=r,
		lp="103,32.5",
		pos="e,110.22,19.265 77.926,53.578 85.126,45.929 95.897,34.485 104.46,25.387"];
}
