Hello,
i have 3 different Items running through a "washing station". That station has setup time, when the "Form" Label changes. The 3 different Types (Form) are seperated into 3 Queues that perform batching.
My idea is that there is a queue (Q_WashProcess) that pulls one batch and only pulls the next batch, when its empty.
I cant find a way where the station switches between "Forms" so often, that its spending most amount of the time in "setup"
Sadly i have no experience with ProcessFlow
Some help would be greatly appreciated