先日、Swim Lane を使用した PlantUML Activity で悩んだ。
oboe2uran.hatenablog.com
この時のもう1つの解としてサブダイアグラムで前のレーンで実行することを
表現したらどうであろう。
@startuml |User| start :新規作成; |システム| repeat backward:{{ "User"#fce2a0->[ ] "修正" }}; |システム| repeat while (検証?) is (差戻し) :登録; end @enduml
サブダイアグラムは、{{ }} で囲って記述する
https://plantuml.com/ja/sub-diagram