Our Compliance Checker has now been updated to include a compliance check on the EU AI Act! Learn more.

Comment Like Labels Workflow

This workflow models labels that look like code comments.

Full FlowZap Code

Copy and paste the following FlowZap code into a project in your FlowZap account to see this template diagram.

laneA { # Lanea
  n1: circle label:"Start Comment Like Labels"
  n2: rectangle label:"// looks like a comment"
  n3: rectangle label:"# also looks like a comment"
  n4: rectangle label:"Comment Like Labels step 4"
  n5: circle label:"End Comment Like Labels"

  n1.handle(right) -> n2.handle(left)
  n2.handle(right) -> n3.handle(left) [label="Next"]
  n3.handle(right) -> n4.handle(left)
  n4.handle(right) -> n5.handle(left)
}

Related templates

Back to all templates