There is an exception bug when adding an sequence diagram with pragma support in Wiki page.
The same works in Online Website.
Code:
@startuml
title Connections Request Response
!pragma teoz true
group 1st Connection request
{start} ACS <-> CPE : HTTP GET/POST
ACS <-> CPE : HTTP 200 OK
end
group 2nd Connection request
ACS <-> CPE : HTTP GET/POST
ACS <-> CPE : HTTP 200 OK
end
group 3rd Connection request
{end} ACS <-> CPE : HTTP GET/POST
ACS <- CPE : HTTP 503 service-unavailable
end
{start} <-> {end} : 10 seconds Interval
@enduml
|