I'm using a batch activity in my process flow and I seperate each entering token to 8 tokens. I want these tokens to have the same labels as the entering token, but when I use Label aggregation>Aggregation>First Value, The first token loses some of the tokens and for some reason the labels are only tagged to the other 7 exiting tokens.
How can I make the first exiting token keep its labels as well?
I'll attach a simpler version of my model here.
These are the labels of the first exiting token
and these are the labels of the second exiting token.
Also I'm not sure how I can release the resources without getting this exception:
Label property sep retrieved on token "id:8". Label does not exist. At activity "Release S" in process flow "ProcessFlow".
Thanks in advance