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
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.
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.
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.
The text was updated successfully, but these errors were encountered:
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.
I can seet that "cylc show" works on the command line for Cylc 8:
but I might not be correctly identifying how to achieve the same via the UI Server.
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.The text was updated successfully, but these errors were encountered: