Hi all,
I encountered a small trouble, I cannot color the arrow for "swich case" of "Activity beta".
@startuml
start
switch (test?)
case ( condition A )
:Text 1;
-[#red]->
case ( condition B )
:Text 2;
case ( condition C )
:Text 3;
case ( condition D )
:Text 4;
-[#blue]-> ending D;
case ( condition E )
:Text 5;
endswitch
stop
@enduml
Thanks.