digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 108 116 108 116 0 ",
		bb="0,0,116,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 8 45 8 100 108 100 108 45 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 88 0 84 15 -Workflow Inputs ",
			bb="8,45,108,100",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,90.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		a	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 46.5 53.5 46.5 72.5 69.5 72.5 69.5 53.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 60.5 0 7 1 -a ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=a,
			pos="58,63",
			rects="46.5,53.5,69.5,72.5",
			width=0.31944];
	}
	subgraph cluster_outputs {
		graph [label="Workflow Outputs",
			labelloc=b,
			rank=same,
			style=dashed
		];
	}
	step2	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 12 0.5 12 19.5 56 19.5 56 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 34 7.5 0 28 5 -step2 ",
		height=0.27778,
		label=step2,
		pos="34,10",
		rects="12,0.5,56,19.5",
		width=0.61111];
	a -> step2	[_draw_="c 7 -#000000 B 4 54.04 53.58 50.61 46.3 45.57 35.59 41.4 26.73 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 43.73 25.92 38.53 20.63 39.3 28.01 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 48 30.6 0 4 1 -r ",
		label=r,
		lp="48,32.5",
		pos="e,37.889,19.265 54.037,53.578 50.612,46.3 45.57,35.587 41.401,26.728"];
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 60 0.5 60 19.5 104 19.5 104 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 82 7.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="82,10",
		rects="60,0.5,104,19.5",
		width=0.61111];
	a -> step1	[_draw_="c 7 -#000000 B 4 61.96 53.58 65.39 46.3 70.43 35.59 74.6 26.73 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 76.7 28.01 77.47 20.63 72.27 25.92 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 75 30.6 0 4 1 -r ",
		label=r,
		lp="75,32.5",
		pos="e,78.111,19.265 61.963,53.578 65.388,46.3 70.43,35.587 74.599,26.728"];
}
