You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bit of digging, the broadcast command does not report issues back in the GraphQL errors field because it supports mixed results where some broadcasts worked and others did not.
Instead, broadcast reports back lists of cycle points / namespaces which were valid, vs ones which were not. I have put up a draft cylc-flow PR to extend this to also cover settings (the example in the OP). The Edit Runtime form will need to inspect the result returned by the broadcast mutation in order to highlight any parts of the broadcast which could not be enacted.
Broadcasts can fail due to invalid values, e.g:
These errors don't seem to be getting through to the UI (either in dev or production mode).
The text was updated successfully, but these errors were encountered: