-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add extra options to task left click menu #552
Comments
FYI, the "numbered tasks" are "jobs". As in, a task can submit multiple jobs. I presume your yellow highlighter has changed running job 5 (blue) to green (which is supposed to represent a succeeded job). To explain the status quo, when you want to poll or kill a job, you really target a specific task instance ( That said, I think it's a reasonable suggestion to add |
Sorry about the terminology and my lazyness not changing from highlight to a pen to circle it like I had originally thought to do. Yes, it was a running job. And yes, I only thought for the latest active job as you describe. Thanks for clarifying what I meant. |
Hi, I'm not sure what commands you're expecting to see in which menu.
|
See my comment above - I said it could only be poll and kill, and only for the latest job and only while it active - and @ColemanTom agreed. |
Right. Currently we don't have the ability to poll or kill a specific job as these commands are issued against the task. When this cylc-flow issue is solved, the poll and kill mutations will automatically show up in the job menu in the GUI (the command lists are auto generated): cylc/cylc-flow#5950 Closing this as transferred to cylc/cylc-flow#5950 |
Problem
Problem is too strong a word. I'm finding, when I have a task expanded, showing the numbered tasks, I bring up the numbered item if I want to do something like
Kill
the task.Proposed Solution
Add some extra options so they are in both the top level task menu and the individual task menu, where it makes sense. For example,
Kill
andPoll
.Logs
already appears in both menu's so this would (I imagine) be a small extension?The text was updated successfully, but these errors were encountered: