Hello,
In process flow, I have 3 processes that produce parts for assembly. I assign labels 1, 2, and 3 to tokens going through the processes. I push each process's to a list which is then pulled from so that I can combine the 3 types of tokens into 1 token to go through assembly. Right now I can only really get the batch activity to collect 3 tokens(regardless of type) and move on to assembly. I want to be able to ensure that the batch activity collects 1 type 1 token, a type 2 token, and a type 3 token, and combines to form what I will label as type 4. Is this possible to do?