Is there a way to specify which activity to deactivate in a sequence diagram?

0 votes
asked Feb 28, 2018 in Wanted features by activate deactivate nested
Im facing an issue when i have multiple activates in the one component. when using deactivate it assumes that you want to close the last activate. for example:

Activate B

A->B: message

Activate B

A->B: message

Deactivate B   //i may want this to deactivate the first activate instead of the second

Deactivate B

-------------------------------------------------

Any ideas if there is a way to define which activate to deactivate?

Some thing like :

activate b {key}

deactivate  {key}

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...