-
Notifications
You must be signed in to change notification settings - Fork 17
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
GUI for refreshing status and kill all tasks #154
Comments
It is currently designed like this. Basically tags are displayed with the tasks (#155) and one of the tags would be workflow ID. When the tags are hovered, three tag-related task operations will be triggered in the side panel, something like Note that all notebook triggered (not by This is WIP because only the refresh button works, |
During the development of tasks, we sometimes need to refresh and get the status of all tasks (in a cell), especially when the tasks are executed on remote hosts that update status quite scarcely. We also need a method to kill all tasks if the tasks were submitted by mistake.
It seems nature to add to the workflow execution status panel two buttons for this purpose, but many times tasks can be executed interactively (not with
%sos
or%sosrun
) so some GUI for that would be needed as well, unless we create a such a "master" status bar for interactive task execution as well.The text was updated successfully, but these errors were encountered: