cylc-ui
cylc-ui copied to clipboard
gscan: display multiple user's workflows
See #635
A desirable feature for users who need to monitor workflows running under multiple user accounts.
This involves crossing user servers which is something we initially rejected and should be carefully considered, however, should be technically possible.
We would display multiple users workflows in the GScan sidebar, however, there would be caveats:
- If the other users server is not running, we can't list workflows from it.
- Access would be read only (i.e. we can list workflow statuses, but not perform commands on them).
- If a user clicks on another user's workflow, it would open in a new tab rather than within the current session.