I have a bunch of processors for which the ProcessTime are entered as 0 because they are controlled by a ProcessFlow. I have a EventTriggeredSource which generates a token when an item enters a processors. Then the PF closes the output and does a bunch of things like delay a certain number of time, etc. etc.
It all works well except I can't get State stats for these processors. It says they are always Blocked.
So I added a CustomCode box in the PF right after the close output to SetState to Processing. But it doesn't change anything. The State stills shows up as Blocked.
???