@@ -163,6 +163,7 @@ class WorkflowEntry:
|
|||||||
graph=graph,
|
graph=graph,
|
||||||
graph_runtime_state=GraphRuntimeState(variable_pool=variable_pool, start_at=time.perf_counter()),
|
graph_runtime_state=GraphRuntimeState(variable_pool=variable_pool, start_at=time.perf_counter()),
|
||||||
)
|
)
|
||||||
|
node.init_node_data(node_config_data)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# variable selector to variable mapping
|
# variable selector to variable mapping
|
||||||
@@ -273,6 +274,7 @@ class WorkflowEntry:
|
|||||||
graph=graph,
|
graph=graph,
|
||||||
graph_runtime_state=GraphRuntimeState(variable_pool=variable_pool, start_at=time.perf_counter()),
|
graph_runtime_state=GraphRuntimeState(variable_pool=variable_pool, start_at=time.perf_counter()),
|
||||||
)
|
)
|
||||||
|
node.init_node_data(node_data)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# variable selector to variable mapping
|
# variable selector to variable mapping
|
||||||
|
Reference in New Issue
Block a user