fix: single step node execution init error

pull/22764/head
Novice 8 months ago
parent 2d8eace34b
commit beaab2bb58

@ -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

Loading…
Cancel
Save