Replies: 2 comments
-
This is a great idea, especially for simply packaging up "custom node networks" that do specific tasks for people. I do wonder if it's possible in the current setup. I think that we shouldn't be using JSON but XML for workflow files, as Python, and everything else has powerful DOM manipulators to merge, expand, add to parents, etc that's designed for this sort of data storage. In fact some commercial products use XML for their node networks too. With XML, a node could be a single tag, without the need for various dictionaries for one thing. It's also much more human readable for editing a XML file if a workflow is bugged for some reason and not loading properly. Many IDE editors recognize unclosed tags, and other common user mistakes much better with markdown XML then arrays too. |
Beta Was this translation helpful? Give feedback.
-
We can go step-by-step. For now, it is sufficient to only provide the functionality of accumulating a saved workflow into an empty area of the current workflow without erasing it. In our next step, we can focus on improving the data structure to better accommodate our future requirements. |
Beta Was this translation helpful? Give feedback.
-
I think one workflow can be act as a component.
We have several choices for representing of collapsing group.
Beta Was this translation helpful? Give feedback.
All reactions