digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 200 188 200 0 ",
		bb="0,0,200,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 180 180 180 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,180,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		useroutput	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16.5 133.5 16.5 152.5 85.5 152.5 85.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 51 140.5 0 53 10 -useroutput ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=useroutput,
			pos="51,143",
			rects="16.5,133.5,85.5,152.5",
			width=0.95833];
		usermessage	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 90 133.5 90 152.5 172 152.5 172 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 131 140.5 0 66 11 -usermessage ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=usermessage,
			pos="131,143",
			rects="90,133.5,172,152.5",
			width=1.1389];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 43 8 43 63 151 63 151 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 97 15 0 92 16 -Workflow Outputs ",
			bb="43,8,151,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="97,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		output	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 55 35.5 55 54.5 103 54.5 103 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 79 42.5 0 32 6 -output ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=output,
			pos="79,45",
			rects="55,35.5,103,54.5",
			width=0.66667];
	}
	step0	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 57 80.5 57 99.5 101 99.5 101 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 79 87.5 0 28 5 -step0 ",
		height=0.27778,
		label=step0,
		pos="79,90",
		rects="57,80.5,101,99.5",
		width=0.61111];
	useroutput -> step0	[_draw_="c 7 -#000000 B 7 49.49 133.58 48.63 126.3 48.49 115.78 53 108 53.63 106.92 54.35 105.9 55.15 104.93 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 56.66 106.87 60.18 100.34 53.36 103.25 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 90 110.6 0 74 18 -echo-in-outputfile ",
		label="echo-in-outputfile",
		lp="90,112.5",
		pos="e,61.296,99.324 49.491,133.58 48.633,126.3 48.493,115.78 53,108 53.625,106.92 54.35,105.9 55.151,104.93"];
	usermessage -> step0	[_draw_="c 7 -#000000 B 7 131.42 133.76 131.37 126.21 130.1 115.15 124 108 119.98 103.28 114.5 99.87 108.75 97.41 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 109.7 95.14 102.29 95.1 108.06 99.76 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 164 110.6 0 72 15 -echo-in-message ",
		label="echo-in-message",
		lp="164,112.5",
		pos="e,100.86,94.596 131.42,133.76 131.37,126.21 130.1,115.15 124,108 119.98,103.28 114.5,99.872 108.75,97.406"];
	step0 -> output	[_draw_="c 7 -#000000 B 4 79 80.71 79 75.59 79 68.85 79 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 81.45 62.78 79 55.78 76.55 62.78 ",
		pos="e,79,54.265 79,80.709 79,75.593 79,68.848 79,62.666"];
}
