feat(workflow): include loop information in loop node outputs

This commit is contained in:
Eternity
2026-02-24 15:26:32 +08:00
parent b272a52b57
commit 44083aec79
7 changed files with 167 additions and 16 deletions

View File

@@ -588,7 +588,7 @@ class WorkflowService:
"message_length": len(payload.get("output", ""))
}
}
case "node_start" | "node_end" | "node_error":
case "node_start" | "node_end" | "node_error" | "cycle_item":
return None
case _:
return event