Feature - ability to set the bar colour for alt block sections, with out sequence

0 votes
asked Jun 6, 2019 in Question / help by wesley_olis (120 points)
The ability to these the activation bar for the request to colour code alt block with out having to have sequence

alt

@startuml
alice -> bob : hello
  activate bob #white

bob -> bob : self call
bill -> bob #005500 : hello from thread 2
bob -> george ** : create
alt George Timeout
  bob <- bob
  activate bob #orange

  note right bob
  test1
  end note

  deactivate bob
  
else uuu
  bob <-- george : Failed Repsonse 200
  activate bob #red

  note right bob
  test1
  end note
else hhh
  deactivate bob
  bob <-- george
  activate bob #lightGreen

  note right bob
  test
  end note
  deactivate bob
end
return rc
bob -> george !! : delete
return success
@enduml

1 Answer

0 votes
answered Jun 12, 2019 by plantuml (295,000 points)
Not sure to understand the request.

Could you be more specific ?

Thanks!
...