digraph DAG {
    label="DAGMan Job status at Mon Jul 25 14:53:23 2011";

    "PRUNCLIP" [shape=ellipse label="PRUNCLIP (Done)" style=bold];
    "FINALAVED" [shape=ellipse label="FINALAVED (I)"];

    "PRUNCLIP" -> "FINALAVED";
}
