pintora
pintora copied to clipboard
Strange Connections to Outside
The following activity diagram has some strange lines to the outside:
activityDiagram
title: Test Activity
start
partition allmystuff {
if(source newer that target?) then
:Convert Source to Target;
else (no)
endif
partition #0000ff repeat {
if(source newer that target?) then
:Convert Source to Target;
else (no)
endif
}
}
end