Is the number of nesting levels in activity diagrams limitated?

0 votes
asked Jun 18, 2015 in To be sorted by anonymous
I have trouble to nest seven if-clauses using the PlantUML Macro in Confluence.

1 Answer

0 votes
answered Jun 18, 2015 by plantuml (294,960 points)
Hi,

Could you post here your example ?

It will help,

Thanks,
commented Jul 1, 2015 by anonymous
Here is a sample code. It seems the level of if's break it.

@startuml
start
if (level1) then
if (level2) then
if (level3) then
if (level4) then
if (level5) then
if (level6) then
if (level7) then
endif
endif
endif
endif
endif
endif
endif
stop
@enduml
commented Jul 15, 2015 by plantuml (294,960 points)
Thanks for the example.
This issue has just been fixed in last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

This will be released in next official version.

Regards,
commented Aug 3, 2015 by anonymous
Hi there,
is there any schedule yet when to expect the updated release?
Best regards,
commented Aug 5, 2015 by plantuml (294,960 points)
This has just been released in V8029.
Regards,
...