Model 1:
Conveyor_Routing_Exercise_DP_Controlled_Conveyor.fsm
OnArrival trigger is used at decision point DP1 to route pallets to downstream conveyors and works exactly it is supposed to be.
Model 2:
Conveyor_Routing_Exercise_PF_Controlled_Conveyor.fsm
I then decided to route pallets on the conveyors using process flow when they arrive at DP1, however all pallets go only to the last conveyor.
token.destination points to a decision point on one of the downstream conveyors. What did I get wrong?