digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 108 116 108 116 0 ",
		bb="0,0,116,108",
		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 45 8 100 108 100 108 45 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 88 0 84 15 -Workflow Inputs ",
			bb="8,45,108,100",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,90.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		file1	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 39 53.5 39 72.5 77 72.5 77 53.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 60.5 0 22 5 -file1 ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=file1,
			pos="58,63",
			rects="39,53.5,77,72.5",
			width=0.52778];
	}
	subgraph cluster_outputs {
		graph [label="Workflow Outputs",
			labelloc=b,
			rank=same,
			style=dashed
		];
	}
	step0	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 36 0.5 36 19.5 80 19.5 80 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 7.5 0 28 5 -step0 ",
		height=0.27778,
		label=step0,
		pos="58,10",
		rects="36,0.5,80,19.5",
		width=0.61111];
	file1 -> step0	[_draw_="c 7 -#000000 B 4 58 53.58 58 46.52 58 36.24 58 27.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 60.45 27.78 58 20.78 55.55 27.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 67.5 30.6 0 19 5 -file1 ",
		label=file1,
		lp="67.5,32.5",
		pos="e,58,19.265 58,53.578 58,46.523 58,36.24 58,27.547"];
}
