I am trying to collect utilization on my staff in my model by collecting different times they are performing different specific tasks. I have a label on the token coming in define the action and have the specific action defined in my Staff State Table. I am trying to collect the time by assigning the action in the "Perform Task" using the label on the incoming token.
(e.g. on the token label "pulled.ActionType" would say "FillerCIP")
When I do this, it will not collect the time in the dashboard under the action I specified. It will collect the time as "Idle." Is there a way to do this apart from the example below?
My problem is that I am using this subflow for several different actions. So the token label may have different action types specified depending on what token comes in.
Thanks.