Skip to main content
suhasv1632
February 16, 2025
Question

Parent process not waiting for all instances of MNI subprocess to complete, before moving to next node

  • February 16, 2025
  • 6 replies
  • 0 views

Hi

I have parent process and a Subprocess "waiting queue". this sub process is configured as a MNI with configuration to "Move on after all instances are done".

However, after each instance of sub process is executed the node following the MNI is executed and its not waiting for all instances of MNI to finish.

Please have a look at the implementation below and let me know if anything is incorrect?

  

6 replies

February 17, 2025
mathieud0001
February 17, 2025

Looks fine to me.

stefanhelzle0001
February 17, 2025

Seems correct. Are you sure you published the latest changes and not start an older version?

suhasv1632
February 18, 2025

Yes of course..

this same pattern in another process works fine...but n this process its not working

I'm contemplating on duplicating this process...maybe something to do with references

davidj137213
February 18, 2025

Did you check if all instances are finished?