digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 20 44 20 44 0 ",
		bb="0,0,44,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
		];
	}
	step1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 0 0.5 0 19.5 44 19.5 44 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 22 7.5 0 28 5 -step1 ",
		height=0.27778,
		label=step1,
		pos="22,10",
		rects="0,0.5,44,19.5",
		width=0.61111];
}
