You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Closes#535
* Stream log events from the scheduler (at warning level or above, this
level is set in cylc-flow).
* List all warnings on the dashboard page.
* Present a dismissable warning icon in the workflows sidebar and
workspace toolbar which illuminates when a warning is present.
* Collate events and warning states up the tree in the workflows sidebar
to enable operators to easily monitor and dismiss warnings for any workflow
within the group.
* Add a configuration to disable the warning icons in the workflows
sidebar incase this bothers during workflow development.
// if we are at the end of a node (or at least, hit a workflow node), stop and merge the latest state tasks from this node with all the others from the tree
121
+
// if we are at the end of a node (or at least, hit a workflow node), stop and merge state
122
+
123
+
// the latest state tasks from this node with all the others from the tree
112
124
for (const [state, totals] ofObject.entries(node.node.stateTotals)) {
113
125
if (JobStateNames.includes(state)) { // filter only valid states
114
126
// (cast as numbers so they dont get concatenated as strings)
0 commit comments