Delay in Sequence Diagrams

0 votes
asked Jul 31, 2015 in To be sorted by Wurzel (140 points)
Hi,

I would like to do something like this:

A -> B
... argh ...
create C
B -> C

But the tool doesn't allow me to create C after a delay.

Why is this so, is this a bug?

Best Regards,

Wurzel

1 Answer

0 votes
answered Jul 31, 2015 by plantuml (295,000 points)

Hi,

Thanks for the report. It indeed looks like a bug.

This is strange, but the following diagram generates the following image (which is also another bug...)

A -> B
create C
... argh ...
B -> C

commented Jul 24, 2017 by Pod (140 points)
I came here to report that the lifelines turn solid when there's a delay.

> This is strange, but the following diagram generates the following image (which is also another bug...)

Just to be clear, the other bug you're talking about is the fact that the lifelines are now solid?

    @startuml
    Bob->Alice : hello
    Alice->Bob : oh hi
    John->Bob : Hi from me
    @enduml

http://www.plantuml.com/plantuml/png/SyfFqhLppCbCJbMmKiX8pSd9vmBpTEsSyfE0GlaP2XcPN5xv6Nam4OzCXRIY_5o5t5G0

    @startuml
    Bob->Alice : hello
    Alice->Bob : oh hi
    ... delay changes lines to solid ...
    John->Bob : Hi from me
    @enduml

http://www.plantuml.com/plantuml/png/DOj12e0m30JlVSL-e7s01y6Un5-qDff0se3rukyjWfU56MQZPJylAZjX0fEgkO_y72qFPGmM5q908KqFTaxjf0wLDlOsT5Cf687RZDj_MmN7PHMLNW00
...