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

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Sorry to say i tried it in my flow. (Still one is getting ignored & Second one's getting appended twice), Where do you think i gone wrong.
     Creating a instance for each record in a process variable(those sub processes gonna get completed by the time specified in it)

    i'm appending each output  to another pv.  i tried your solution but still... samething happening (I'm using community edition? is it because of that?

    )

Children