MNI triggering more instances than configured

Certified Associate Developer

Hello Team,

I'm using a MNI startprocess with the Run one instance for each item in pv!array (spawn all)  along Run all instances at the same time(move when  All instances are done), in process parameters I'm sending pv!array[tp!instanceindex] to another process.


In one scenario I have only one element in pv!array, but it triggered 2 instances for the same data. Could anyone explain me why this happening?











 

 

  Discussion posts and replies are publicly visible

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

    the null won't be an issue I guess, because the variable will receive either 0 or more items only.

    Your configuration seems to be OK. How do you know the number of instances?

    In monitoring I got an error stating that "The relationship between the task and the employee is already in the Data table"  from a write to DSE node. Meaning the first instance wrote that relationship already, and the 2nd instance trying to do the same. using process display name I found this, 2 instances for the same data.

Children