Open esteban-abellan opened 4 days ago
Hi @esteban-abellan :wave:.
Can you confirm whether the extra cycles remain visible if you refresh the browser tab (this helps us work out what part of the system the problem originates in).
I can't replicate this with my own workflows, so I suspect that there is something about the workflow you are trying to run that is exposing this bug.
If you are able to share the [scheduling]
section of the workflow, I can have a go at replicating the issue. Also, it would be handy to know if the workflow is defined in a suite.rc
(back-compat mode) or flow.cylc
(new style) file.
Description
I noticed that WUI is showing old cycles in one of the suites despite these cycles have been completed. I checked the
cylc workflow-state
and all tasks have been succeeded. I played with differentGraph Window Depth
but it doesn't have any impact on the old cycles. We are using the Cylc 8.3.5 version, and Cylc UI 2.5.0.Note that this behaviour is not preventing the suite from cycling and it's only present in one of the suites. The rest of the suites, which use the same settings, are ok and do not display any previous cycle if
N=0
, only one ifN=1
etc.