How to repeat the same activity in the diagram text using new syntax

0 votes
asked Oct 28, 2016 in To be sorted by jpgacrama (120 points)
I know that repeating the same activity in the diagram text is supported in the legacy syntax, but I do not see any information about it in the new syntax.

It is mentioned here in the old syntax: http://plantuml.com/activity-diagram-legacy#Branches

Is it possible to have that kind of functionality in the new syntax?

1 Answer

0 votes
answered Oct 29, 2016 by plantuml (295,000 points)

Hi,

You can repeat text like this:

@startuml
start
:repeated text;
:repeated text;
@enduml

http://www.plantuml.com/plantuml/uml/Aov9B2hXiYfABKXDB4bDKIX9hIYnnk030000

But I am not sure that this is your request. Can you give a concrete example ?

Thanks!

...