Workflow Executions #12
Replies: 2 comments 2 replies
-
Thanks for your comment! I'm not too familiar with Apache NiFi myself, but I agree that many of the features you mentioned are common across node-based UI systems. When I started the Nuido experiment, I didn’t have a specific feature set in mind. It was mostly a way to explore and learn both the Owl framework and the general design of node-based interfaces. I've been iterating based on whatever use cases or ideas come up along the way, rather than following a structured plan. Regarding execution logs: the simplest approach right now is to manually add a logger to each node. A more integrated logging mechanism would likely require changes to the base node class, which would affect the entire system. Ideally, something like a simulation or dry-run mode would be great to have, but that’s a bit out of scope for this experiment at the moment. As for "node-to-node navigation," I’m not entirely sure what that entails—feel free to clarify! In the meantime, I do plan to gradually introduce better navigation features such as multi-selection, keyboard shortcuts, and more. I completely agree that features like versioning, undo/redo, and asynchronous execution are essential for a production-level app. Hopefully, as the project matures, I’ll be able to incorporate some of those as well. Thanks again for taking the time to look at the repo and share your thoughts! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the thoughtful feedback — I really appreciate your input! It would definitely be great if Nuido supported the features you mentioned. However, as I mentioned earlier, Nuido is primarily intended as a learning tool, not for production use. Please understand that this project is something I created to help others learn and to support content for my YouTube channel. I'm the only one working on both the repo and the channel, so building a fully production-ready system isn't my main goal at the moment. Regarding the trigger nodes: they are essentially a simplified version of Odoo's own automation logic from the For debugging and execution tracing, I’ll look into adding basic logging for each node — that should help at least with visibility during development. As for canvas navigation: you can move around by right-dragging on any empty space. More details can be found here: Thanks again for taking the time to explore Nuido and share your thoughts! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Also, I’m following your videos — they’ve been really helpful. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions