You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can you tell me if there is any way to terminate an activation without there being a return of any sort?
I want to do something like:
{
A;
B;
A -> B
A -> B
}
which renders as:
I want the first activation on the B lifeline to have ended before the second. I do not want the second activation to have this weird overlap with the first one.
The text was updated successfully, but these errors were encountered:
Hi, can you tell me if there is any way to terminate an activation without there being a return of any sort?
I want to do something like:
which renders as:
![seqdiag](https://user-images.githubusercontent.com/98480136/151211731-9ec3d7a6-7065-471e-93ea-8773ed7563f7.png)
I want the first activation on the B lifeline to have ended before the second. I do not want the second activation to have this weird overlap with the first one.
The text was updated successfully, but these errors were encountered: