Hello!
I have split my workflow into smaller function that could be running in parallel.
I have set it all up to use a node to call the workflow for the next step, and in the next step one to receive that call.
I was surprised that it would wait for the second step to finish before processing the next item in that loop.
Now from reading the forum and from trying out several solutions, I have made it work in parallel by using the HTTP request node on one end, and the Receive webhook node on the other hand. It works but it seems complicated.
I’m wondering if I’m missing something or if it is just a missing feature.
We could have a simple switch in the call another workflow node like “skip wait for response”.
But before creating yet another feature request, I wanted to make sure there wasn’t a way to set the “call another workflow” node so that it would actually keep processing items in the loop instead of wait for that other workflow to finish.
Thanks!