Hi,
What is the best way to assign a label to all tokens going out of a batch activity with as value their rank in the batch. So if 3 tokens go in the batch I want to have a new label on all 3 tokens with value 1, 2 and 3. I know I can make an array of all tokens going in the batch and get the index of the token in that array, but that feels a bit strange to just get the rank in the batch.
Are there any other options?
Thanks,
Patrick