Skip to content

Workflow Visuals

vfo includes local visualization artifacts from the CLI:

vfo visualize
vfo visualize --open

Generated assets include:

  • runtime status JSON snapshot
  • mermaid graph output
  • HTML report for quick browsing

How This Relates To Docs Flow Charts

  • vfo visualize reflects your current runtime state.
  • docs-site flow pages reflect reference operating models for onboarding and profile understanding.
  • flow-levels.md now uses interactive React Flow canvases for zoom/pan exploration in-browser.
  • use both together: docs for expected behavior, vfo visualize for current run behavior.

Suggested sequence:

  1. read Pipeline and Flow Levels
  2. check profile-specific docs in Profile Info Sheets
  3. run vfo status-json and vfo visualize on your machine to compare expectation vs current state

You can also reference formal workflow models in-repo:

  • services/vfo/docs/workflow-engine.bpmn
  • services/vfo/docs/workflow-decisions.dmn

These complement (not replace) the generated profile info sheets in this docs site.