Hello P.,
Here is a proposal:
@startuml
|Swimlane1|
|Swimlane2|
|Swimlane3|
start
if (Cond A) then (yes)
|Swimlane1|
:A1;
else (no)
endif
|Swimlane3|
if (Cond B) then (yes)
|Swimlane2|
:A2;
kill
else (no)
if (Cond C) then (yes)
' |Swimlane2|
:A2;
kill
else (no)
endif
endif
|Swimlane3|
end
@enduml
Unfortunately, there are 2 Actions 2!
And the hint (use of 'goto', ...) from:
is not yet possible on Swimlane...
If that can help,
Regards.