digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 20 45 20 45 0 ",
		bb="0,0,45,20",
		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 [label="Workflow Outputs",
			labelloc=b,
			rank=same,
			style=dashed
		];
	}
	js_log	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 0 0.5 0 19.5 45 19.5 45 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 22.5 7.5 0 29 6 -js_log ",
		height=0.27778,
		label=js_log,
		pos="22.5,10",
		rects="0,0.5,45,19.5",
		width=0.625];
}
