mirror of
https://github.com/langgenius/dify.git
synced 2025-12-30 03:22:26 +00:00
parent
c2c69ffb82
commit
e9c9c5d8f1
@ -163,6 +163,7 @@ class WorkflowEntry:
|
||||
graph=graph,
|
||||
graph_runtime_state=GraphRuntimeState(variable_pool=variable_pool, start_at=time.perf_counter()),
|
||||
)
|
||||
node.init_node_data(node_config_data)
|
||||
|
||||
try:
|
||||
# variable selector to variable mapping
|
||||
@ -273,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user