It would help if there was a node for: every
My use case:
let’s call it the parallel node.
Any resources to support this?
So in n8n what happens is that whenever we execute a node, the n8n canvas executes the top nodes first then the bottom ones. What if we add a node in between which can help these nodes execute both simultaneously? We can name it a parallel node so that the parallel workflow runs.
Are you willing to work on this?
please everyone needs it!
let me explain
----\[node 1\] priority top
node trigger-----____
→ [node 2] has to wait till node 1 finish…
with parallel node:
-------->[node 1]
node trigger]------> [parallel node]---- BOTH WORK SIMULTANIOUSLY TIME SAVED!
-------->[node2]
WHY N8N DOES NOT HAVE IT ALREADY?