Hi,
in this sample model I have on the left a batching activity that groups based on a label:team
On the right I have tokens waiting in a wait for event activity that listens to the release of a batch.
What I would like to accomplish is that the wait for event gets the value of the label team from the batch released on the left and releases one token with a matching value for the label team.