This is an Emacs major mode for editing source files of dataflow.
For Org Babel support, you can use ob-dataflow.
The mode is not associated with any file extension by default, so I would recommend
adding one using :mode
keyword in a use-package
form:
(use-package dataflow-diagram
:mode "\\.dfd\\'")