Skip to content

Node Types

OpenFlowKit supports both generic and family-specific nodes. The node model in the app covers flow, architecture, mind map, journey, class, ER, annotation, grouping, and media use cases.

These are the default building blocks for most workflows:

  • start
  • process
  • decision
  • end
  • custom

Use them when the diagram is primarily procedural and you do not need a richer family model.

Mind map nodes carry extra structure such as:

  • depth
  • parent id
  • left/right side
  • branch style

They are better than plain flow nodes when hierarchy and branch structure matter more than route semantics.

Architecture-oriented diagrams can use provider-backed icon nodes and related visual grouping structures such as sections and boundaries.

These are useful when the diagram should read like a system topology instead of a generic flowchart.

Journey-oriented nodes help when the diagram represents user or process stages instead of system topology. They are a better fit when actor, stage, and score-like information matter.

OpenFlowKit also supports image nodes and browser/mobile wireframe-style nodes for product, UX, and annotated architecture workflows.

Choose the node family that matches the semantics of the work, not just the shape you want on the canvas.

  • Use flow nodes for generic process logic.
  • Use architecture nodes for system and infrastructure modeling.
  • Use mind map nodes for branching ideation.
  • Use journey nodes for experience mapping.