For example an activity diagram for a simple program:
- Get User data.
- If User Exists DO something, ELSE do nothing.
- End.
I often see diagrams with multiple endpoints but also with just one. Should activity diagrams merge both ways to one final state, regardless of the previous paths?