In this post, I implemented the logic in a separate model, where the pallet and support board travel on the same conveyor as opposed to tow separate conveyors.
I am trying to wrap my head around the wait for event activity on the board side. The pallet arrives at the station, gets lifted and waits for the board. The wait for event activity then listens to OnArrival trigger on the decision point and should match the label on the incoming item, "Board".
The token gets stuck at this activity and the second Synchronize activity then waits for this token to get released.
I understand that in your model, the wait for event activity listens to the decision point which is on a separate conveyor than the station. Am I referring to the correct token the enters the wait for event activity on the board side?
Regards,
Amit