digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 91 124 91 124 0 ",
		bb="0,0,124,91",
		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 [label="Workflow Inputs",
			rank=same,
			style=dashed
		];
	}
	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
		];
		b1	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 23.5 35.5 23.5 54.5 52.5 54.5 52.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 38 42.5 0 13 2 -b1 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=b1,
			pos="38,45",
			rects="23.5,35.5,52.5,54.5",
			width=0.40278];
		b2	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 74.5 35.5 74.5 54.5 103.5 54.5 103.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 89 42.5 0 13 2 -b2 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=b2,
			pos="89,45",
			rects="74.5,35.5,103.5,54.5",
			width=0.40278];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 16 71.5 16 90.5 60 90.5 60 71.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 38 78.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="38,81",
		rects="16,71.5,60,90.5",
		width=0.61111];
	step1 -> b1	[_draw_="c 7 -#000000 B 4 38 71.77 38 68.93 38 65.64 38 62.38 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 40.45 62.67 38 55.67 35.55 62.67 ",
		pos="e,38,54.155 38,71.77 38,68.93 38,65.64 38,62.381"];
	step2	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 67 71.5 67 90.5 111 90.5 111 71.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 89 78.5 0 28 5 -step2 ",
		height=0.27778,
		label=step2,
		pos="89,81",
		rects="67,71.5,111,90.5",
		width=0.61111];
	step2 -> b2	[_draw_="c 7 -#000000 B 4 89 71.77 89 68.93 89 65.64 89 62.38 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 91.45 62.67 89 55.67 86.55 62.67 ",
		pos="e,89,54.155 89,71.77 89,68.93 89,65.64 89,62.381"];
}
