2

In PlantUML, for activity diagrams in the new syntax, how can I define a "Flow Final Node" (a non-filled circle with inner cross) instead of an "Activity Final Node" (an filled black circle, surrounded by a non-filled black circle => stop)? Thanks in advance.

here's how they differ:

here's how they differ

I've searched the internet and the PlantUML docs for the answer, but couldn't find anything.

albert
  • 8,285
  • 3
  • 19
  • 32
Natalie
  • 31
  • 2

1 Answers1

1

Oh sorry, it's indeed written in the PlantUML documentation (https://plantuml.com/activity-diagram-beta)

The answer is: end

Natalie
  • 31
  • 2