Activity Diagram (beta)

0 votes
asked Mar 5, 2013 in Wanted features by anonymous

Any examples on  Branches, if implemented,  will be highly appreciated.   Thank you.

1 Answer

0 votes
answered Mar 5, 2013 by plantuml (295,000 points)

Not sure to understand your point.
You can try branches like this:

@startuml
if (test) then
  :branch 1;
else
  :branch 2;
endif
@enduml


Regards,
 

...