blockdiag / seqdiag

Apache License 2.0
68 stars 14 forks source link

End activation without return #60

Open kkerchmar-bbg opened 2 years ago

kkerchmar-bbg commented 2 years ago

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: seqdiag

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.