I have a very complex ETL workflow that runs many nodes, resulting in about 10 nodes, ending the overall workflow, but at different times. I want to add a “final” node, that will execute once these 10 are ALL done. The only way I can thing of right now, is to use the Merge node type.
- Is this the best approach?
- Would I have to include multiple Merge nodes, or can I use only 1, and have all 10 nodes input to that?