fix: loop streaming by clearing stale subgraph variables (#30059)

This commit is contained in:
Novice
2025-12-24 11:28:52 +08:00
committed by GitHub
parent a5309bee25
commit f439e081b5
3 changed files with 27 additions and 2 deletions

View File

@ -247,6 +247,7 @@ class WorkflowNodeExecutionMetadataKey(StrEnum):
ERROR_STRATEGY = "error_strategy" # node in continue on error mode return the field
LOOP_VARIABLE_MAP = "loop_variable_map" # single loop variable output
DATASOURCE_INFO = "datasource_info"
COMPLETED_REASON = "completed_reason" # completed reason for loop node
class WorkflowNodeExecutionStatus(StrEnum):