digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 146 188 146 0 ",
		bb="0,0,146,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 8 125 8 180 108 180 108 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,108,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		data	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 21 133.5 21 152.5 59 152.5 59 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 40 140.5 0 22 4 -data ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=data,
			pos="40,143",
			rects="21,133.5,59,152.5",
			width=0.52778];
		val	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 63 133.5 63 152.5 95 152.5 95 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 79 140.5 0 16 3 -val ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=val,
			pos="79,143",
			rects="63,133.5,95,152.5",
			width=0.44444];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 30 8 30 63 138 63 138 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 84 15 0 92 16 -Workflow Outputs ",
			bb="30,8,138,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="84,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out1	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 40 35.5 40 54.5 78 54.5 78 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 59 42.5 0 22 4 -out1 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out1,
			pos="59,45",
			rects="40,35.5,78,54.5",
			width=0.52778];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 37 80.5 37 99.5 81 99.5 81 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 59 87.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="59,90",
		rects="37,80.5,81,99.5",
		width=0.61111];
	data -> step1	[_draw_="c 7 -#000000 B 4 43.14 133.58 45.82 126.37 49.76 115.81 53.04 107 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 55.24 108.1 55.39 100.68 50.65 106.39 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 59.5 110.6 0 13 3 -in1 ",
		label=in1,
		lp="59.5,112.5",
		pos="e,55.921,99.265 43.137,133.58 45.821,126.37 49.759,115.81 53.039,107"];
	val -> step1	[_draw_="c 7 -#000000 B 7 75.85 133.59 73.26 126.7 69.45 116.69 66 108 65.86 107.64 65.72 107.28 65.57 106.92 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 67.94 106.24 63.03 100.69 63.4 108.09 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 90.5 110.6 0 43 9 -a_new_var ",
		label=a_new_var,
		lp="90.5,112.5",
		pos="e,62.46,99.284 75.854,133.59 73.257,126.7 69.451,116.69 66,108 65.859,107.64 65.715,107.28 65.57,106.92"];
	step1 -> out1	[_draw_="c 7 -#000000 B 4 59 80.71 59 75.59 59 68.85 59 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 61.45 62.78 59 55.78 56.55 62.78 ",
		pos="e,59,54.265 59,80.709 59,75.593 59,68.848 59,62.666"];
}
