| type |
id |
name |
level |
render_mode |
tags |
| dfd_diagram |
DFD-SAMPLE-L0 |
Sample DFD |
0 |
mermaid |
|
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.