Auto execution for graph #26
Replies: 4 comments 6 replies
-
This is interesting. I agree, this would be useful. Just to ensure we are on the same page, you mean allowing the node graph to execute indefinitely based on a continuous data stream until manually or programmatically stopped, right? |
Beta Was this translation helpful? Give feedback.
-
Neat, I'll add it to the list of requested features. But before that, I'd like to find a more precise name for the feature. I think auto execution or automatic mode would be better suited for a mode that executes the graph every time the user changes an input whereas what you described is a mode that executes the graph according to data read from a stream. The first alternative that come to mind is daemon mode. According to wikipedia, daemons...
Is this feature named auto execution as well in other app you are familiar with? Another alternatives that comes to mind are event handler or event listener mode. I'll do a little research about those and other terms to make sure we pick the appropriate name in order for people to know exactly what to expect of the feature. |
Beta Was this translation helpful? Give feedback.
-
If we could have toolbar-buttons (with keyboard shortcuts) for these features to : |
Beta Was this translation helpful? Give feedback.
-
I understand this Visualize Code is "different", but it would be useful and powerful to "investigate" huge graph, especially if we could have "node inspector" (view internal states/variables) someday. Another "not-related" tool which have node editor to run its simulation, with support of STEP/RUN simulation. |
Beta Was this translation helpful? Give feedback.
-
Nodezator could automatically detect changes and recalculate changed nodes without the need to select F12.
This will be quite useful for running connected workflows that are fetching stream data from a database that is constantly changing its values.
Beta Was this translation helpful? Give feedback.
All reactions