From 0a6792e8cf110a63ab6ce371812578ae49984227 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 17 Mar 2026 11:06:30 +0800 Subject: [PATCH] bugfix --- dagflow/dagflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagflow/dagflow.py b/dagflow/dagflow.py index d941104..ba7d5d7 100644 --- a/dagflow/dagflow.py +++ b/dagflow/dagflow.py @@ -371,7 +371,7 @@ where backid=${backid}$ 'type': node['type'], 'inst_round': inst.round, 'org_id': inst.org_id, - 'node_id': node['id'], + 'node_id': node_id, 'input_ctx': node.get('input_ctx'), 'output_ctx': node.get('output_ctx'), 'status': 'pending',