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
// 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