How to have a single Windmill act as a central space for multiple Windmill instances?
And I am finding this hard to manage since I need to visit each Windmill's URL individually (need to have 'n' different URLs/UIs) to trigger scripts/flows and view their states.
Is there a way (preferentially, out-of-the-box) where I can have 1 Windmill container coordinate with all my other instances. The central windmill container would have access to all my scripts/flows residing in other machines and serve as a single UI to manage everything. To clarify, I still want the scripts and flows to run in their own respective machines and the central Windmill instance would only help for triggering these scripts/flows and showing their states as if I was interacting with the individual instance's UI itself.