Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Workflow
/
tests
/
data
/
WorkflowWithSubWorkflowStartEnd.dot
blob: 830d4ec9daf31b7545c91e46478c762e1a86fe49 [
file
]
digraph
WorkflowWithSubWorkflowStartEnd
{
node1
[
label
=
"Start"
,
color
=
"#2e3436"
]
node3
[
label
=
"Sub Workflow: StartEnd"
,
color
=
"#2e3436"
]
node2
[
label
=
"End"
,
color
=
"#2e3436"
]
node1
->
node3
node3
->
node2
}