When one has a very large metanode(s) with multiple inputs and outputs, is it possible to (perhaps) color code the input/output points? It is very hard (and dangerous) to keep track of all the outputs when linking them to other subsequent nodes.
@sw1336
I’m curious, why is there a need for so many input and output parameters in certain situations? When we compare it to logic in textual programming languages, we can have many input and output parameters for a function. However, typically, if we encounter a function that requires a large number of input or output parameters, I would consider how to reorganize my code.
@HaveF Understood. This WF has a lot of output which goes into various reports. The nature of the report is such that there are multiple sources of data from various datasources.
I am taking over from someone who retired from the company who used MS Access to generate the required output. This is phase I - where I converted the old process into KNIME. Needed to complete Phase I quickly in order to maintain reports and knowledge transfer.
Phase II will be to reorganize, and make the workflow more efficient. However, I don’t particularly see a way out of not using the large number of inputs and outputs as I need each and everyone of them for the final output.