瀏覽代碼

fix: single step node execution init error (#22764)

LGTM
tags/1.7.0
Novice 3 月之前
父節點
當前提交
e9c9c5d8f1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      api/core/workflow/workflow_entry.py

+ 2
- 0
api/core/workflow/workflow_entry.py 查看文件

@@ -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…
取消
儲存