digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 155 188 155 0 ",
		bb="0,0,155,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 147 180 147 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,147,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		sleeptime	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16.5 133.5 16.5 152.5 81.5 152.5 81.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 49 140.5 0 49 9 -sleeptime ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=sleeptime,
			pos="49,143",
			rects="16.5,133.5,81.5,152.5",
			width=0.90278];
		fileblub	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 85.5 133.5 85.5 152.5 138.5 152.5 138.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 112 140.5 0 37 8 -fileblub ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=fileblub,
			pos="112,143",
			rects="85.5,133.5,138.5,152.5",
			width=0.73611];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 33 8 33 63 141 63 141 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 87 15 0 92 16 -Workflow Outputs ",
			bb="33,8,141,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="87,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 49 35.5 49 54.5 81 54.5 81 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 65 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="65,45",
			rects="49,35.5,81,54.5",
			width=0.44444];
	}
	scatterstep	[_draw_="c 7 -#000000 C 7 -#f3cea1 P 4 29.5 80.5 29.5 99.5 100.5 99.5 100.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 65 87.5 0 55 11 -scatterstep ",
		fillcolor="#F3CEA1",
		height=0.27778,
		label=scatterstep,
		pos="65,90",
		rects="29.5,80.5,100.5,99.5",
		width=0.98611];
	sleeptime -> scatterstep	[_draw_="c 7 -#000000 B 4 51.64 133.58 53.88 126.45 57.15 116.02 59.89 107.27 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 62.2 108.12 61.95 100.71 57.52 106.65 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 79.5 110.6 0 41 9 -sleeptime ",
		label=sleeptime,
		lp="79.5,112.5",
		pos="e,62.407,99.265 51.642,133.58 53.879,126.45 57.15,116.02 59.895,107.27"];
	fileblub -> scatterstep	[_draw_="c 7 -#000000 B 7 110.86 133.53 109.46 126.03 106.42 115.19 100 108 98.76 106.61 97.37 105.32 95.9 104.13 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 97.4 102.18 90.21 100.34 94.68 106.26 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 120.5 110.6 0 31 8 -fileblub ",
		label=fileblub,
		lp="120.5,112.5",
		pos="e,88.953,99.496 110.86,133.53 109.46,126.03 106.42,115.19 100,108 98.757,106.61 97.375,105.32 95.898,104.13"];
	scatterstep -> out	[_draw_="c 7 -#000000 B 4 65 80.71 65 75.59 65 68.85 65 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 67.45 62.78 65 55.78 62.55 62.78 ",
		pos="e,65,54.265 65,80.709 65,75.593 65,68.848 65,62.666"];
}
