nejimakibird_model-weave/Templates/dfd/dfd_diagram.template.md
2026-06-12 15:29:44 +09:00

976 B

type id name level render_mode tags
dfd_diagram DFD-SAMPLE-L0 Sample DFD 0 mermaid
DFD
Diagram

Sample DFD

Summary

Describe the data flow diagram scope.

Objects

id label kind ref domain notes
EXTERNAL External System external Local object
PROCESS Sample Process process DFD-PROC-SAMPLE Referenced reusable object
STORE Sample Data Store datastore Local object

Flows

id from to data notes
FLOW-001 EXTERNAL PROCESS Sample Input Data
FLOW-002 PROCESS STORE Sample Stored Data

Notes

  • In V0.7, dfd_diagram uses the Mermaid runtime path.
  • Add ## Domain Sources only when referenced type: domains files already exist.
  • ref can be empty for valid local objects.
  • Flows.from and Flows.to must resolve through listed Objects.
  • Flows do not silently create missing nodes.