restore currentlength
This commit is contained in:
@@ -460,6 +460,7 @@ export const getOutputBeforeNodeId = (root: WorkflowNode, nodeId: string, type:
|
|||||||
}
|
}
|
||||||
if (latestOutput && branch.type === WorkflowNodeType.ExecuteFailure) {
|
if (latestOutput && branch.type === WorkflowNodeType.ExecuteFailure) {
|
||||||
output.push(latestOutput);
|
output.push(latestOutput);
|
||||||
|
currentLength += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user