and you can multiple the number of nodes in each subflow by the number of instances
e.g.
- Main flow has 20
inject
nodes and 20subnode:my_big_subflow
instances subnode:my_big_subflow
contains 100 nodes
Total nodes = 20 injects 20 subflow instances + (20 * 100) = 2040 nodes to instanciate.
However, if you are not using context in subflows or just using them to tidy flows / hide implementation, they can pretty much be replaced with LINK-CALLs
That doesnt seem right - is that all node types or certain node types? and are you modifying a node inside a subflow or main flow?