for list of data have to execute the one subprocess
foreach data in list how can we configure without subprocess
here for each integer am executing the sub process, can we configure that in the same PM
Discussion posts and replies are publicly visible
You can use MNI as mentioned by , note : MNI of subprocesses have a limit of 150,000 instances, while loops have no static limit. However, looping over a large amount of data can consume a lot of memory.