digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 276.5 233 276.5 0 ",
		bb="0,0,276.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 66.5 170 66.5 225 268.5 225 268.5 170 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 116.5 213 0 84 15 -Workflow Inputs ",
			bb="66.5,170,268.5,225",
			label="Workflow Inputs",
			lheight=0.15,
			lp="116.5,215.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		tarball	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 74.5 178.5 74.5 197.5 122.5 197.5 122.5 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 98.5 185.5 0 32 7 -tarball ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=tarball,
			pos="98.5,188",
			rects="74.5,178.5,122.5,197.5",
			width=0.66667];
		name_of_file_to_extract	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 126.5 178.5 126.5 197.5 260.5 197.5 260.5 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 193.5 185.5 0 118 23 -name_of_file_to_extract ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=name_of_file_to_extract,
			pos="193.5,188",
			rects="126.5,178.5,260.5,197.5",
			width=1.8611];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 60.5 8 60.5 63 168.5 63 168.5 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 114.5 15 0 92 16 -Workflow Outputs ",
			bb="60.5,8,168.5,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="114.5,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		compiled_class	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 68.5 35.5 68.5 54.5 160.5 54.5 160.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 114.5 42.5 0 76 14 -compiled_class ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=compiled_class,
			pos="114.5,45",
			rects="68.5,35.5,160.5,54.5",
			width=1.2778];
	}
	untar	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 93.5 125.5 93.5 144.5 135.5 144.5 135.5 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 114.5 132.5 0 26 5 -untar ",
		height=0.27778,
		label=untar,
		pos="114.5,135",
		rects="93.5,125.5,135.5,144.5",
		width=0.58333];
	tarball -> untar	[_draw_="c 7 -#000000 B 4 101.14 178.58 103.38 171.45 106.65 161.02 109.39 152.27 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 111.7 153.12 111.45 145.71 107.02 151.65 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 121 155.6 0 25 7 -tarfile ",
		label=tarfile,
		lp="121,157.5",
		pos="e,111.91,144.26 101.14,178.58 103.38,171.45 106.65,161.02 109.39,152.27"];
	name_of_file_to_extract -> untar	[_draw_="c 7 -#000000 B 4 180.45 178.58 167.99 170.53 149.02 158.29 134.62 148.99 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 136.05 146.99 128.84 145.26 133.39 151.11 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 174 155.6 0 41 11 -extractfile ",
		label=extractfile,
		lp="174,157.5",
		pos="e,127.56,144.43 180.45,178.58 167.99,170.53 149.02,158.29 134.62,148.99"];
	compile	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 0 80.5 0 99.5 229 99.5 229 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 114.5 87.5 0 213 43 -Example trivial wrapper for Java 9 compiler ",
		height=0.27778,
		label="Example trivial wrapper for Java 9 compiler",
		pos="114.5,90",
		rects="0,80.5,229,99.5",
		width=3.1806];
	untar -> compile	[_draw_="c 7 -#000000 B 4 114.5 125.71 114.5 120.59 114.5 113.85 114.5 107.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 116.95 107.78 114.5 100.78 112.05 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 121 110.6 0 13 3 -src ",
		label=src,
		lp="121,112.5",
		pos="e,114.5,99.265 114.5,125.71 114.5,120.59 114.5,113.85 114.5,107.67"];
	compile -> compiled_class	[_draw_="c 7 -#000000 B 4 114.5 80.71 114.5 75.59 114.5 68.85 114.5 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 116.95 62.78 114.5 55.78 112.05 62.78 ",
		pos="e,114.5,54.265 114.5,80.709 114.5,75.593 114.5,68.848 114.5,62.666"];
}
