digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 134 136 134 136 0 ",
		bb="0,0,136,134",
		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 71 8 126 108 126 108 71 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 114 0 84 15 -Workflow Inputs ",
			bb="8,71,108,126",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,116.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		first	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 40.5 79.5 40.5 98.5 75.5 98.5 75.5 79.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 86.5 0 19 5 -first ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=first,
			pos="58,89",
			rects="40.5,79.5,75.5,98.5",
			width=0.48611];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 20 8 20 63 128 63 128 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 74 15 0 92 16 -Workflow Outputs ",
			bb="20,8,128,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="74,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		last	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 40.5 35.5 40.5 54.5 75.5 54.5 75.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 42.5 0 19 4 -last ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=last,
			pos="58,45",
			rects="40.5,35.5,75.5,54.5",
			width=0.48611];
	}
	first -> last	[_draw_="c 7 -#000000 B 4 58 79.5 58 74.72 58 68.58 58 62.86 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 60.45 63 58 56 55.55 63 ",
		pos="e,58,54.487 58,79.501 58,74.719 58,68.577 58,62.861"];
}
