digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 251.5 233 251.5 0 ",
		bb="0,0,251.5,233",
		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 170 8 225 108 225 108 170 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 213 0 84 15 -Workflow Inputs ",
			bb="8,170,108,225",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,215.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		url	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 70.5 178.5 70.5 197.5 99.5 197.5 99.5 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 85 185.5 0 13 3 -url ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=url,
			pos="85,188",
			rects="70.5,178.5,99.5,197.5",
			width=0.40278];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 85 8 85 63 227 63 227 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 139 15 0 92 16 -Workflow Outputs ",
			bb="85,8,227,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="139,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		filenames	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 153.5 35.5 153.5 54.5 218.5 54.5 218.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 186 42.5 0 49 9 -filenames ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=filenames,
			pos="186,45",
			rects="153.5,35.5,218.5,54.5",
			width=0.90278];
		headers	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 93 35.5 93 54.5 149 54.5 149 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 121 42.5 0 40 7 -headers ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=headers,
			pos="121,45",
			rects="93,35.5,149,54.5",
			width=0.77778];
	}
	fetch	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 20 125.5 20 144.5 230 144.5 230 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 125 132.5 0 194 37 -curl: download HTTP resource from URL ",
		height=0.27778,
		label="curl: download HTTP resource from URL",
		pos="125,135",
		rects="20,125.5,230,144.5",
		width=2.9167];
	url -> fetch	[_draw_="c 7 -#000000 B 4 91.61 178.58 97.49 171.08 106.23 159.93 113.3 150.92 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 115.19 152.48 117.58 145.46 111.34 149.45 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 116.5 155.6 0 11 3 -url ",
		label=url,
		lp="116.5,157.5",
		pos="e,118.52,144.26 91.605,178.58 97.488,171.08 106.23,159.93 113.3,150.92"];
	list	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 126.5 80.5 126.5 99.5 251.5 99.5 251.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 189 87.5 0 109 26 -jar: list zip file content ",
		height=0.27778,
		label="jar: list zip file content",
		pos="189,90",
		rects="126.5,80.5,251.5,99.5",
		width=1.7361];
	list -> filenames	[_draw_="c 7 -#000000 B 4 188.42 80.71 188.06 75.59 187.59 68.85 187.16 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 189.61 62.59 186.68 55.78 184.73 62.93 ",
		pos="e,186.58,54.265 188.42,80.709 188.06,75.593 187.59,68.848 187.16,62.666"];
	fetch -> headers	[_draw_="c 7 -#000000 B 4 124.62 125.56 123.96 111.14 122.61 81.48 121.76 62.73 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 124.21 62.68 121.45 55.8 119.32 62.9 ",
		pos="e,121.38,54.284 124.62,125.56 123.96,111.14 122.61,81.476 121.76,62.727"];
	fetch -> list	[_draw_="c 7 -#000000 B 4 137.64 125.5 146.76 119.38 159.23 111 169.61 104.03 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 170.68 106.26 175.13 100.32 167.95 102.19 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 182.5 110.6 0 41 9 -zipstream ",
		label=zipstream,
		lp="182.5,112.5",
		pos="e,176.38,99.478 137.64,125.5 146.76,119.38 159.23,111 169.61,104.03"];
	default1	[_draw_="c 7 -#000000 C 7 -#d5aefc P 4 116.5 178.5 116.5 197.5 213.5 197.5 213.5 178.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 165 185.5 0 81 17 -\"application/zip\" ",
		fillcolor="#D5AEFC",
		height=0.27778,
		label="\"application/zip\"",
		pos="165,188",
		rects="116.5,178.5,213.5,197.5",
		width=1.3472];
	default1 -> fetch	[_draw_="c 7 -#000000 B 4 158.39 178.58 152.51 171.08 143.77 159.93 136.7 150.92 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 138.66 149.45 132.42 145.46 134.81 152.48 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 168.5 155.6 0 47 10 -acceptType ",
		label=acceptType,
		lp="168.5,157.5",
		pos="e,131.48,144.26 158.39,178.58 152.51,171.08 143.77,159.93 136.7,150.92"];
}
