0

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.

  • 1
    Does 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 Answers1

0

Most likely, you want to exit when the user has successfully logged in. enter image description here

See here for how the diagram is generated.

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