I have a parent token that has an assigned resource (crane). I split the token and want one of the new tokens to acquire an additional resource (transfer car) that is already identified as a label on the parent token. When the model gets to this step, I can see that the original parent token labels were copied to the new tokens, but it is giving me an exception (callbackNode) and not assigning the resource. I've tried splitting the parent into Independent, Child and Sibling token and looked at different ways to access the label information, but nothing is doing the trick. It there something that I am doing wrong? Thanks!