How can I make a processor label the flow item different dependent on how many times the flow item enters the processor. I created a label named "processflow" at a processor named fabricator. I would like it to add the label value "1" on exit (i already know how to accomplish this part). Next the flow item goes to the "Weld" processor where I would like to add the label "processflow" with the value "2". Next we are going back to the same "Fabricator" processor and on exit I would like the label value "3" to be placed on the flow item. Ultimately I would like to use the labels to have the process time conditional to the label. This way I can simulate different processes happening at the same work station. Just to be clear each item that enters the first time has a label value of "1" when they enter again the label value increases.