Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

09 跨泳道循环工作流

syntax-primitives

此工作流模拟跨泳道循环回箭头。

完整 FlowZap 代码

laneA { # Lane A
  n1: circle label:"Start 09 Cross Lane Circular"
  n2: rectangle label:"09 Cross Lane Circular step 2"
  n3: rectangle label:"09 Cross Lane Circular step 3"
  n4: rectangle label:"09 Cross Lane Circular step 4"
  n5: circle label:"End 09 Cross Lane Circular"

  n1.handle(right) -> n2.handle(left)
  n2.handle(right) -> n3.handle(left)
  n3.handle(right) -> n4.handle(left)
  n4.handle(right) -> n5.handle(left)
}

相关模板