digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 138 188 138 0 ",
		bb="0,0,138,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 30 125 30 180 130 180 130 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 80 168 0 84 15 -Workflow Inputs ",
			bb="30,125,130,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="80,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		inp	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 54 133.5 54 152.5 86 152.5 86 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 70 140.5 0 16 3 -inp ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=inp,
			pos="70,143",
			rects="54,133.5,86,152.5",
			width=0.44444];
	}
	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
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 46 35.5 46 54.5 78 54.5 78 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="62,45",
			rects="46,35.5,78,54.5",
			width=0.44444];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 40 80.5 40 99.5 84 99.5 84 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="62,90",
		rects="40,80.5,84,99.5",
		width=0.61111];
	inp -> step1	[_draw_="c 7 -#000000 B 10 58.65 133.56 53.78 129.21 48.6 123.47 46 117 44.51 113.29 44.53 111.72 46 108 46.24 107.41 46.5 106.82 46.8 106.25 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 48.73 107.76 50.85 100.65 44.76 104.88 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 62 110.6 0 32 7 -echo_in ",
		label=echo_in,
		lp="62,112.5",
		pos="e,51.737,99.424 58.655,133.56 53.777,129.21 48.605,123.47 46,117 44.507,113.29 44.525,111.72 46,108 46.235,107.41 46.502,106.82 \
46.796,106.25"];
	inp -> step1	[_draw_="c 7 -#000000 B 7 73.34 133.7 75.66 126.69 77.87 116.48 75 108 74.84 107.52 74.65 107.04 74.45 106.56 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 76.6 105.37 70.88 100.65 72.4 107.91 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 84 110.6 0 16 5 -first ",
		label=first,
		lp="84,112.5",
		pos="e,70.093,99.353 73.338,133.7 75.66,126.69 77.87,116.48 75,108 74.836,107.52 74.652,107.04 74.451,106.56"];
	step1 -> out	[_draw_="c 7 -#000000 B 4 62 80.71 62 75.59 62 68.85 62 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 64.45 62.78 62 55.78 59.55 62.78 ",
		pos="e,62,54.265 62,80.709 62,75.593 62,68.848 62,62.666"];
}
