digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 145 144 145 144 0 ",
		bb="0,0,144,145",
		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 [label="Workflow Inputs",
			rank=same,
			style=dashed
		];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 15.5 8 15.5 63 123.5 63 123.5 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 69.5 15 0 92 16 -Workflow Outputs ",
			bb="15.5,8,123.5,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="69.5,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		classout	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 41 35.5 41 54.5 98 54.5 98 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 69.5 42.5 0 41 8 -classout ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=classout,
			pos="69.5,45",
			rects="41,35.5,98,54.5",
			width=0.79167];
	}
	compile	[_draw_="c 7 -#000000 C 7 -#f3cea1 P 4 41.5 80.5 41.5 99.5 97.5 99.5 97.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 69.5 87.5 0 40 7 -compile ",
		fillcolor="#F3CEA1",
		height=0.27778,
		label=compile,
		pos="69.5,90",
		rects="41.5,80.5,97.5,99.5",
		width=0.77778];
	compile -> classout	[_draw_="c 7 -#000000 B 4 69.5 80.71 69.5 75.59 69.5 68.85 69.5 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 71.95 62.78 69.5 55.78 67.05 62.78 ",
		pos="e,69.5,54.265 69.5,80.709 69.5,75.593 69.5,68.848 69.5,62.666"];
	"create-tar"	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 0 125.5 0 144.5 65 144.5 65 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 32.5 132.5 0 49 10 -create-tar ",
		height=0.27778,
		label="create-tar",
		pos="32.5,135",
		rects="0,125.5,65,144.5",
		width=0.90278];
	"create-tar" -> compile	[_draw_="c 7 -#000000 B 4 39.63 125.71 44.55 120 51.21 112.26 56.99 105.54 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 58.69 107.32 61.4 100.41 54.98 104.12 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 61 110.6 0 13 3 -inp ",
		label=inp,
		lp="61,112.5",
		pos="e,62.388,99.265 39.634,125.71 44.548,120 51.208,112.26 56.993,105.54"];
	default1	[_draw_="c 7 -#000000 C 7 -#d5aefc P 4 69 125.5 69 144.5 144 144.5 144 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 106.5 132.5 0 59 12 -\"Hello.java\" ",
		fillcolor="#D5AEFC",
		height=0.27778,
		label="\"Hello.java\"",
		pos="106.5,135",
		rects="69,125.5,144,144.5",
		width=1.0417];
	default1 -> compile	[_draw_="c 7 -#000000 B 4 99.37 125.71 94.45 120 87.79 112.26 82.01 105.54 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 84.02 104.12 77.6 100.41 80.31 107.32 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 95.5 110.6 0 10 2 -ex ",
		label=ex,
		lp="95.5,112.5",
		pos="e,76.612,99.265 99.366,125.71 94.452,120 87.792,112.26 82.007,105.54"];
}
