Hi!
I create TEs and push them to a List (TE Pool), then I want to pull them out of that list and "hire" them as needed. At some point the process flow, I might need to unhire some TEs after they have completed a job and send them to the TE Pool again. Later, I need to hire them again based on need. Since I want to get information about the TEs idle time when they are hired, I need to separate the time that they are idle and unhired from the time that they are hired and sitting idle. For that I thought of putting them in a state other than idle, when they are in that TE Pool. But when I push them to the list, I can't get the token to pass the push activity and go to the next activity which is custom task and is supposed to keep it in that state, since the token remains in the push activity until it is pulled again. I would appreciate any suggestion on how to do this.