Hi, I am wondering if it's possible to run a subflow sequentially:
I have a model with 26 photoeyes where the OnBlock trigger launches a subflow but of the subflow is being runned 26 times at the same time.
So what I want is the subflow to be called by one photoeye(the first one to be blocked, even though all they get block at the same instant) and until this photoeye does not finish the subflow, all the others can not run it. Is there's a way to do this?
Maybe is something tricky but so far the the subflow does what I need but should not be run at the same time by all the 26 photoeyes.
Thank you very much in advance.