Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • This is confusing to me. An activity diagram doesn't show states. The start and end node are just there to make it easy to find where the activity begins and to indicate that the activity has terminated. They don't indicate states at all. A state diagram would show states. Commented Oct 28, 2019 at 16:21
  • @ThomasOwens It's also confusing to me , then why they are called initial/ final state ? Commented Oct 28, 2019 at 17:03
  • They aren't - see Christophe's answer - they are called "initial node" and "final node" in the context of an activity diagram. Commented Oct 28, 2019 at 18:11
  • See,uml-diagrams.org/activity-diagrams-controls.html Commented Nov 23, 2020 at 9:58