I have to run workflows for slightly different purposes very frequently. To do this, I have a template of a standard workflow which I can then alter for my specific purpose. Here is a (very simplified) view of my standard workflow:
A huge challenge with this however, is that I often want to add and remove different sources (the left hand python scripts). The cascade of joins makes altering the workflow even slightly extremely cumbersome. Is there a way that I can have a node that has a variable number of inputs?
Something akin to this:
To me this would seem as a very common desired architecture for many users.
If this isn’t possible, does anyone know a good workaround to allow multiple joins which would enable workflows to be flexible to different uses cases?
thanks!!