I'm working on several activity diagrams wich describes different use cases about a client-server application. Can final nodes be used to specify the end of a use case and not of a process? For example at the end of the login use case both server and client don't end but they continue their execution for other interactions. Have I to use final nodes in this cases?
Thanks.