fix: agent node can't use in parallel (#15047)

This commit is contained in:
Novice
2025-03-06 13:13:24 +08:00
committed by GitHub
parent 6c9d6a4d57
commit 778861f461
7 changed files with 8 additions and 1 deletions

View File

@@ -959,5 +959,6 @@ class WorkflowCycleManage:
status=event.status,
data=event.data,
metadata=event.metadata,
node_id=event.node_id,
),
)