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
		];
		fileblub	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16.5 133.5 16.5 152.5 69.5 152.5 69.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 43 140.5 0 37 8 -fileblub ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=fileblub,
			pos="43,143",
			rects="16.5,133.5,69.5,152.5",
			width=0.73611];
		sleeptime	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 73.5 133.5 73.5 152.5 138.5 152.5 138.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 106 140.5 0 49 9 -sleeptime ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=sleeptime,
			pos="106,143",
			rects="73.5,133.5,138.5,152.5",
			width=0.90278];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 32 8 32 63 140 63 140 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 86 15 0 92 16 -Workflow Outputs ",
			bb="32,8,140,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="86,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 45 35.5 45 54.5 77 54.5 77 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 61 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="61,45",
			rects="45,35.5,77,54.5",
			width=0.44444];
	}
	scatterstep	[_draw_="c 7 -#000000 C 7 -#f3cea1 P 4 25.5 80.5 25.5 99.5 96.5 99.5 96.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 61 87.5 0 55 11 -scatterstep ",
		fillcolor="#F3CEA1",
		height=0.27778,
		label=scatterstep,
		pos="61,90",
		rects="25.5,80.5,96.5,99.5",
		width=0.98611];
	fileblub -> scatterstep	[_draw_="c 7 -#000000 B 4 45.97 133.58 48.49 126.45 52.17 116.02 55.26 107.27 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 57.56 108.11 57.58 100.69 52.94 106.48 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 69.5 110.6 0 31 8 -fileblub ",
		label=fileblub,
		lp="69.5,112.5",
		pos="e,58.083,99.265 45.972,133.58 48.489,126.45 52.168,116.02 55.257,107.27"];
	sleeptime -> scatterstep	[_draw_="c 7 -#000000 B 7 102.44 133.77 98.98 126.44 93.21 115.7 86 108 84.87 106.79 83.64 105.63 82.35 104.51 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 83.86 102.58 76.81 100.27 80.88 106.47 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 112.5 110.6 0 41 9 -sleeptime ",
		label=sleeptime,
		lp="112.5,112.5",
		pos="e,75.61,99.352 102.44,133.77 98.983,126.44 93.209,115.7 86,108 84.87,106.79 83.639,105.63 82.35,104.51"];
	scatterstep -> out	[_draw_="c 7 -#000000 B 4 61 80.71 61 75.59 61 68.85 61 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 63.45 62.78 61 55.78 58.55 62.78 ",
		pos="e,61,54.265 61,80.709 61,75.593 61,68.848 61,62.666"];
}
