-
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
Last task in workflow doesn't update to succeeded in graph GUI #630
Comments
Duplicate of cylc/cylc-ui#1756 |
I think that's a different issue. @jfrost-mo, if you switch back to the tree view, the task should still be visible there too, what state is it in? |
I can reproduce with a simple workflow.
The workflow completed so the tree view is empty after shutdown |
Good point, would need an incomplete task to test the graph view against the tree view. |
Ok so not a duplicate because cylc/cylc-ui#1756 is just about clearing the graph view but the bug here is we are missing a delta update for the final state of the task before it is pruned |
Clearing the graph would resolve this issue too, though I do personally find it quite disconcerting that the workflow finished state is just an empty window. Maybe some kind of graphic to indicate "Congratulations, your workflow finished." I see there is Issue cylc/cylc-ui#332 for this. |
That's the plan, we just haven't managed to get around to it! |
Description
After a workflow reaches its final cycle point, and the last task completes, the reported state in the graph view of the GUI still claims the task to be running, when it is not.
Reproducible Example
Run a workflow, opening it in cylc gui on the graph view. Once the workflow reaches its final cycle point, and the last task completes, observe the reported state of that task on the graph. It will be left in a running state, despite actually having succeeded.
Expected Behaviour
The task in the GUI should be marked as succeeded.
The text was updated successfully, but these errors were encountered: