Hello,
I have my process, and It doesnt fault, doesnt finish, but I have this:
Someone knows why happend this?
Thank you so much
Discussion posts and replies are publicly visible
mteresaby looking at the screenshot I think you have configured the MNI in your process model. if yes then make use of xor before the node for the null check to skip if the list is empty.
You might have just attempted to spawn one instance for each of a certain list of things that happened to be empty. You'd want to add some sort of logic ahead of that to check for the list being empty before you start down that path.
That is essentially exactly what Sachin said.