BlocksCore

Comment

Lets you add annotations inside the flow editor. It does not process messages and does not affect runtime behavior.

How it’s used

  • Add section headers and short explanations near complex parts of a flow
  • Leave TODOs for future improvements
  • Document assumptions, dependencies, or configuration notes

Best practices

  • Keep comments short and specific
  • Prefer documenting why something exists, not restating what’s obvious
  • Update comments when you change the surrounding flow
On this page

On this page