Can I say the number of iterations is (1..*)? or put a condition as [true]? How do I do this? This is to let a user attempt to login an infinite number of times.
Asked
Active
Viewed 376 times
0
-
1Does this answer your question? [How to represent a call being made in a loop in a sequence diagram?](https://stackoverflow.com/questions/526410/how-to-represent-a-call-being-made-in-a-loop-in-a-sequence-diagram) – alex_noname Apr 22 '21 at 15:48
1 Answers
0
Most likely, you want to exit when the user has successfully logged in.
See here for how the diagram is generated.

Devs love ZenUML
- 11,344
- 8
- 53
- 67