restore currentlength

This commit is contained in:
Yoan.liu 2025-03-09 12:40:32 +08:00
parent f779117ed6
commit ed689dba41

View File

@ -460,6 +460,7 @@ export const getOutputBeforeNodeId = (root: WorkflowNode, nodeId: string, type:
}
if (latestOutput && branch.type === WorkflowNodeType.ExecuteFailure) {
output.push(latestOutput);
currentLength += 1;
}
}
}