Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Workflow
/
tests
/
data
/
WorkflowWithFinalActivitiesAfterCancellation.dot
blob: 0c04678008d2a1a4dc5af4a510705f4970cbc148 [
file
]
digraph
WorkflowWithFinalActivitiesAfterCancellation
{
node1
[
label
=
"Start"
,
color
=
"#2e3436"
]
node4
[
label
=
"Cancel"
,
color
=
"#2e3436"
]
node2
[
label
=
"End"
,
color
=
"#2e3436"
]
node1
->
node4
node4
->
node2
}