Hello everyone
I discovered a nasty bug in my processFlow model, in which I need a "itemsToMove" Array label assigned to the token. At the beginning of the model, the array is empty, so that a zero-sized array is assigned to the label, so far so good. However, the moment the token jumps to the next block, the zero-sized array is replaced by a numeric 0 all at once, without any code requesting it to do this. The problem is, for some reason, I haven't been able to reproduce this error in a smaller model yet. Maybe someone knows what could have happened solely with this explanation, otherwise I will try to compose a smaller model with the same bug.
Thanks in advance, kind regards
Laurenz