consecution
consecution copied to clipboard
Run node in flow?
For example, input is a list of 1000 elements. Flow is as Input -> Node1 -> Node2... I hope after Node1 process 100 elements, Node2 can start to process 100 elements. And at the same time, Node1 process next 100 element. Many thanks if some suggestions given.