OutPut Node Behaviour Of Subprocess

Certified Senior Developer

Hi all,

I had a scenario Where i used MNI to start sub process (The sub process creates instance for each item in a parent PV , All at once and moves on each time an instance finished). And Inside sub process i'm just writing to Record , with a wait time which was defined in that parent pv. and i'm mapping output from sub process back on to parent. And on next node i'm appending it to a list. My issue right now was if two sub processes completed at same time one of the two is getting ignored second one getting  appended twice to the list. (i Can't use looping ******, cause i want to process all the data once .)

  Discussion posts and replies are publicly visible