Hello,
I think an option on the call workflow node would be great:
The idea is:
If you disable “wait for subworkflow completion”, I would like to have “maximum executions in parallel” to input the number of subworkflow that can be active at a time.
That would give the ability to fine-tune the load on the server, avoid hitting API rate, etc.
My use case:
I often want to process thousands of rows via complex subworkflows.
Right now I understand my ability would be either to process batches one by one, or launch all subworkflows.
I would like to be able to process multiple records at once but without launching all of them.
If I launch all of them my server crashed. And I can’t manage the queue generated by other workflows.
I hope I’m not missing something,
Thank you for your vote if you agree
Cheers