18860-operator-process-1-2.fsm
Here's an updated that works for more than the first time. I had to go a different route. Most of what's going on is in Process Flow. The token is created there when the Processor looks for an operator (as shown below)

Once the token is created, the Decide activity in Process Flow will determine whether it's a Setup request or a Processing request. If it's a setup request, the "trigger" label on the token will be 1 and the token will acquire 1 operator, have that operator travel over for setup, then release the operator.

Likewise, for processing, the token will acquire 2 operators, have one travel to the Processor and the other travel to the hidden shape (discussed in previous comment), then release the 2 operators.

Sorry for the confusion. Hopefully this makes some sense, but if you need help or an explanation, feel free to comment back.