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

08 Flux de travail de voie vide

syntax-primitives

Ce flux de travail modélise une voie sans nœuds pour tester la gestion des voies vides.

Code FlowZap complet

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

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

Modèles associés