digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 124 188 124 0 ",
		bb="0,0,124,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 10 125 10 180 110 180 110 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 60 168 0 84 15 -Workflow Inputs ",
			bb="10,125,110,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="60,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		b	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 20.5 133.5 20.5 152.5 43.5 152.5 43.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 32 140.5 0 7 1 -b ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=b,
			pos="32,143",
			rects="20.5,133.5,43.5,152.5",
			width=0.31944];
		a	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 47.5 133.5 47.5 152.5 70.5 152.5 70.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 59 140.5 0 7 1 -a ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=a,
			pos="59,143",
			rects="47.5,133.5,70.5,152.5",
			width=0.31944];
	}
	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
		];
		val	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 19 35.5 19 54.5 51 54.5 51 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 35 42.5 0 16 3 -val ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=val,
			pos="35,45",
			rects="19,35.5,51,54.5",
			width=0.44444];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 13 80.5 13 99.5 57 99.5 57 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 35 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="35,90",
		rects="13,80.5,57,99.5",
		width=0.61111];
	b -> step1	[_draw_="c 7 -#000000 B 4 32.5 133.58 32.91 126.52 33.52 116.24 34.03 107.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 36.46 107.91 34.42 100.78 31.57 107.62 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 35.5 110.6 0 5 1 -c ",
		label=c,
		lp="35.5,112.5",
		pos="e,34.514,99.265 32.495,133.58 32.91,126.52 33.515,116.24 34.027,107.55"];
	a -> step1	[_draw_="c 7 -#000000 B 4 55.04 133.58 51.61 126.3 46.57 115.59 42.4 106.73 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 44.73 105.92 39.53 100.63 40.3 108.01 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 49.5 110.6 0 5 1 -c ",
		label=c,
		lp="49.5,112.5",
		pos="e,38.889,99.265 55.037,133.58 51.612,126.3 46.57,115.59 42.401,106.73"];
	step1 -> val	[_draw_="c 7 -#000000 B 4 35 80.71 35 75.59 35 68.85 35 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 37.45 62.78 35 55.78 32.55 62.78 ",
		pos="e,35,54.265 35,80.709 35,75.593 35,68.848 35,62.666"];
}
