@Marvin I rewrote an existing flow and deployed it. Now it fails because it reads the old parameters rather than the new ones. How do I fix this?
I can see the new params when triggering a custom run, then the flow run fails saying “I was provided with params X, was expecting params Y”, with params X being the old params and Y params being the new ones. So the flow somehow still provides the old params…