digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 65 108 65 108 0 ",
		bb="0,0,108,65",
		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
		];
	}
	task2	[_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 -task2 ",
		height=0.27778,
		label=task2,
		pos="22,10",
		rects="0,0.5,44,19.5",
		width=0.61111];
	task1	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 48 0.5 48 19.5 92 19.5 92 0.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 70 7.5 0 28 5 -task1 ",
		height=0.27778,
		label=task1,
		pos="70,10",
		rects="48,0.5,92,19.5",
		width=0.61111];
	default1	[_draw_="c 7 -#000000 C 7 -#d5aefc P 4 0 45.5 0 64.5 44 64.5 44 45.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 22 52.5 0 28 5 -\"two\" ",
		fillcolor="#D5AEFC",
		height=0.27778,
		label="\"two\"",
		pos="22,55",
		rects="0,45.5,44,64.5",
		width=0.61111];
	default1 -> task2	[_draw_="c 7 -#000000 B 4 22 45.71 22 40.59 22 33.85 22 27.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 24.45 27.78 22 20.78 19.55 27.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 41 30.6 0 38 7 -message ",
		label=message,
		lp="41,32.5",
		pos="e,22,19.265 22,45.709 22,40.593 22,33.848 22,27.666"];
	default2	[_draw_="c 7 -#000000 C 7 -#d5aefc P 4 48 45.5 48 64.5 92 64.5 92 45.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 70 52.5 0 28 5 -\"one\" ",
		fillcolor="#D5AEFC",
		height=0.27778,
		label="\"one\"",
		pos="70,55",
		rects="48,45.5,92,64.5",
		width=0.61111];
	default2 -> task1	[_draw_="c 7 -#000000 B 4 70 45.71 70 40.59 70 33.85 70 27.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 72.45 27.78 70 20.78 67.55 27.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 89 30.6 0 38 7 -message ",
		label=message,
		lp="89,32.5",
		pos="e,70,19.265 70,45.709 70,40.593 70,33.848 70,27.666"];
}
