I'm looking to put an interaction time out on a use case in a sequence diagram.
For example, when the system has had no input/interaction in 60 seconds, it ends the use case.
I am not sure how to implement this, I know how alternative flows work, but time constraints elude me