dora
dora copied to clipboard
Questions regarding the dynamic-node.
Is your feature request related to a problem? Please describe.
Regarding the dynamic node, we currently have the following issues:
- We want the
dynamic-node
to retrieve the output of a specific node, then usepython dynamic.py
to display the received data in theterminal
. - When we have multiple
dataflow
processes and thedynamic
node names are the same across these processes, why can't we start the samedynamic
node to send information to multipledataflow
processes?