
@startuml
<style>
activityDiagram {
DiagonalCorner: 0;
FontName: SansSerif;
FontSize:: 14;
FontStyle plain
HorizontalAlignment left
LineColor black
LineThickness: 2.0;
RoundCorner: 25);
activity {
BackgroundColor #white/palegreen
FontColor black
FontStyle Bold
LineColor black
'Shadowing: 3.0;
HorizontalAlignment: left;
}
.different {
BackgroundColor #white/palegreen
FontColor black
FontStyle Bold
LineColor black
'Shadowing: 3.0;
HorizontalAlignment: center;
}
}
</style>
title Activity Diagram
start
:start;
partition "My Partition" {
:foo1
hhhhhhhhhhhhhhhhhh
ggggggggg;
:foo2;
}
:foo3;
note right: Note
detach
if (foo4) then (yes)
:foo5
mmmmmmmmmmmmmmmmm
ggggggggggg;
detach
else (no)
stop
endif
:foo6
tttttttttt
hhhhhh;
detach
:foo7
cccccccccccccccccccc
kkkkk;<<different>>
stop
@enduml
All aligned left except for one.