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 visualizereflects your current runtime state.- docs-site flow pages reflect reference operating models for onboarding and profile understanding.
flow-levels.mdnow uses interactive React Flow canvases for zoom/pan exploration in-browser.- use both together: docs for expected behavior,
vfo visualizefor current run behavior.
Suggested sequence:
- read Pipeline and Flow Levels
- check profile-specific docs in Profile Info Sheets
- run
vfo status-jsonandvfo visualizeon your machine to compare expectation vs current state
You can also reference formal workflow models in-repo:
services/vfo/docs/workflow-engine.bpmnservices/vfo/docs/workflow-decisions.dmn
These complement (not replace) the generated profile info sheets in this docs site.