In a process flow, I pushed the tokens into a list. Based on some business logic, I pull the tokens from the list. I can use token.pulled.labelName to access the pulled token. Is there a way to copy all the labels of the pulled token to the puller? Basically, the desired pseudo code would be: puller = pulled. In this way, I can use the pulled tokens to continue to]he flow instead of the puller. Is there an elegant way to archive this? Thanks.