From 68963a5de9f87fb424f68aae41d5561bfec72fec Mon Sep 17 00:00:00 2001 From: Novice Date: Tue, 22 Jul 2025 11:29:23 +0800 Subject: [PATCH] chore: add the missing part --- api/core/workflow/workflow_entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/core/workflow/workflow_entry.py b/api/core/workflow/workflow_entry.py index cd5efdcda9..c8082ebf50 100644 --- a/api/core/workflow/workflow_entry.py +++ b/api/core/workflow/workflow_entry.py @@ -274,6 +274,7 @@ class WorkflowEntry: graph=graph, graph_runtime_state=GraphRuntimeState(variable_pool=variable_pool, start_at=time.perf_counter()), ) + node.init_node_data(node_data) try: # variable selector to variable mapping