UML - Representing wait and continue with the actions

785 views Asked by At

I am new to UML and trying to draw a sequence diagram for one of our functionality. I am using Microsoft Visio to draw the UML.

I have to represent an option where user has Skip, Pause and Proceed options.

Skip - loop has to break there

Pause - Wait for the defined duration and continue from there.

Proceed - Should continue with defined actions

Would I be able to represent the above scenario using 'Alt' fragment? If yes, how can I represent the 'Break'?

And how can I represent 'PAUSE' and continue?

Thanks.

1

There are 1 answers

0
Gangnus On

You should use not 'alt' combined fragment, but the 'loop' one. Inside it you draw the logic for continuation or breaking.