blob: d000ca6c61f77593c576edf62b0f8c9700534518 [file] [log] [blame]
digraph draft_change_abandoned_workflow {
start -> DRAFT [ label="push as draft / create change in browser" fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
DRAFT -> NEW [ label="publish" fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
DRAFT -> ABANDONED_DRAFT [ label="abandon" fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
ABANDONED_DRAFT -> DRAFT [ label="restore" fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
NEW -> MERGED [ label="submit" fontname=Verdana fontsize=12, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"];
NEW -> ABANDONED [ label="abandon" fontname=Verdana fontsize=12, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"];
ABANDONED -> NEW [ label="restore" fontname=Verdana fontsize=12, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"];
MERGED -> end [ fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
start [shape=Mdiamond fontname=Verdana, fontsize=10, height=0.02, width=0.02, style=filled, color="#31CEF0"];
end [shape=Msquare fontname=Verdana, fontsize=10, height=0.02, width=0.02, style=filled, color="#31CEF0"];
NEW [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
DRAFT [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
MERGED [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
ABANDONED [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
ABANDONED_DRAFT [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
}