cylc-uiserver icon indicating copy to clipboard operation
cylc-uiserver copied to clipboard

running workflows showing with the "?" symbol

Open oliver-sanders opened this issue 1 year ago • 15 comments

When starting a stopped workflow, it will sometimes show in the GUI with the "?" symbol rather than the "▶" icon for a running workflow.

From inspecting the UI data store, when the workflow is started, the status and statusMsg fields are initially provided correctly:

 status: "running", statusMsg: "running"

But are then quickly set to "" in a subsequent delta:

status: "", statusMsg: ""

Then, this happens again leaving the workflow with status "" causing the workflow-icon component to display the ? and preventing mutations from being run against the workflow.

oliver-sanders avatar Aug 14 '23 15:08 oliver-sanders