Merge branch 'main' into feat/grouping-branching

This commit is contained in:
zhsama
2025-12-29 23:33:28 +08:00
2860 changed files with 140668 additions and 143151 deletions

View File

@ -248,6 +248,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):