How to draw a loop in plantuml

0 votes
asked Aug 13, 2023 in Question / help by plantumlstarterlover (140 points)
@startuml

start

switch(Developers Write Their Code Locally)

case ()

  :Developers Share Code With Colleagues Using Docker Containers;

case ()

  :Developers use docker to push their application in test environment to find bugs;

endswitch

@enduml

https://imgur.com/a/cWVWWiJ

My output and expected output(below it)...Please help me kindly.

1 Answer

+1 vote
answered Aug 13, 2023 by kirchsth (5,080 points)
selected Aug 13, 2023 by plantumlstarterlover
 
Best answer

It is not 100% yours, but the pattern should be clear

Best regards
Helmut

...