How to prevent the agv cart from seeing the "work process" obstacle?

How to prevent the agv cart from seeing the “work process” obstacle?
I want to make it so that the cart, when the “pathfinding” function is enabled, does not go around the “work process”, but goes straight through it.

You could edit the pathfinding script to filter out Works Processes as obstacles or edit things in a way where the Works Process is outside the collision zone of the pathfinder, which you can make visible via the Cell Graph panel.