Multiple ends supported?

0 votes
asked Oct 18, 2013 in To be sorted by anonymous

Hi, I want to make something like 

 

But I do not know how to do this with "Activity Beta". It always connects the ends to one points.

 

The old syntax does no longer work with current plantuml :(

NullPointerException in cucudiagram.dot.GraphvizVersions.getVersion (Activity Beta works fine in the same running plantuml instance)

commented Oct 18, 2013 by anonymous
failing "Activity 1" diagram is e.g. example 1:

@startuml

(*) --> "First Activity"
"First Activity" --> (*)

@enduml

1 Answer

0 votes
answered Oct 18, 2013 by plantuml (294,960 points)
This sounds like a bug : the old syntax should work and you should not have "NullPointerException in cucudiagram.dot.GraphvizVersions.getVersion".
Could you give us the complete stack trace, and also an example of diagram that is crashing ?

Thanks
commented Oct 18, 2013 by anonymous
Hi, I just send the stack trace to plantuml@gmail.com

but anyway, is it possible to make such a "multiple ends" graph with "Activity 2"?
...