Skip to main content
kavyam0002
August 3, 2024
Question

MNI

  • August 3, 2024
  • 4 replies
  • 0 views

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 

    4 replies

    August 3, 2024
    I am not sure what you are looking for.
    Instead of a sub-process, you can use MNI with any node. Take a look below for the 'Send Email' service.
    If the sub-process has multiple nodes, you can use looping. See the below links for more details:
    prasantap0900
    August 5, 2024

    If you want to go for the looping, you can use Multiple Node Instance (MNI) concept, no need to go for subprocess. 

    davidj137213
    Brainy
    August 5, 2024
    August 6, 2024

    You can use MNI as mentioned by [mention:30e9241b4c1c4c17b116ff972a939045:e9ed411860ed4f2ba0265705b8793d05]   , 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.