refactor(workflow): revamp logging module for loop & iteration nodes (#19484)

This commit is contained in:
LeanDeR
2025-05-12 09:32:41 +08:00
committed by GitHub
parent 87da155477
commit c720e0dd04
8 changed files with 149 additions and 46 deletions

View File

@@ -145,6 +145,7 @@ const TracingPanel: FC<TracingPanelProps> = ({
</div>
<NodePanel
nodeInfo={node!}
allExecutions={list}
onShowIterationDetail={handleShowIterationResultList}
onShowLoopDetail={handleShowLoopResultList}
onShowRetryDetail={handleShowRetryResultList}