Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "cylc show" GUI equivalent to share job prerequisite stat #492

Closed
jarich opened this issue Sep 5, 2023 · 3 comments
Closed

Create "cylc show" GUI equivalent to share job prerequisite stat #492

jarich opened this issue Sep 5, 2023 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@jarich
Copy link

jarich commented Sep 5, 2023

Problem

With Cylc 7, we use task meta data and the "cylc show" GUI window to provide URLs to the documentation of failing tasks. For some workflows, all tasks point to the same trouble-shooting documentation, and for most of the others, tasks each point to task-specific documentation. In all cases, when a task fails, our support staff know to bring up the "cylc show" GUI window, and copy and paste the URL from there.

image

I can seet that "cylc show" works on the command line for Cylc 8:

[user@host ~]$ cylc show basic-workflow/run6//8/a
title: (not given)
importance: 1
description: Do a thing for %(task)s
URL: https://code.site.com/basic-workflow/run6/docs/a
state: succeeded
prerequisites: (n/a for past tasks)
outputs: ('-': not completed)
  - 8/a expired
  + 8/a submitted
  - 8/a submit-failed
  + 8/a started
  + 8/a succeeded
  - 8/a failed

but I might not be correctly identifying how to achieve the same via the UI Server.

image

Proposed Solution

Add a "cylc show" view to the UI Server, ideally where flow.cylc[meta]workflow_URL and [runtime][<namespace>][meta]URL are links we can click on to open in a new window.

@hjoliver
Copy link
Member

hjoliver commented Sep 5, 2023

It's in the works, just not done yet: cylc/cylc-ui#1071

@hjoliver
Copy link
Member

hjoliver commented Sep 5, 2023

@jarich - can you take a look at the referenced UI issue and close this one if you're happy with it?

@jarich
Copy link
Author

jarich commented Sep 5, 2023

Thanks. I did check all the issues in cylc-uiserver, but missed checking in cylc-iu. That will do nicely, thanks.

@jarich jarich closed this as completed Sep 5, 2023
@hjoliver hjoliver added the duplicate This issue or pull request already exists label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants