diff --git a/api/app/core/workflow/template_renderer.py b/api/app/core/workflow/template_renderer.py index b6305b8c..c2d7f255 100644 --- a/api/app/core/workflow/template_renderer.py +++ b/api/app/core/workflow/template_renderer.py @@ -86,7 +86,7 @@ class TemplateRenderer: if self.strict: context = defaultdict(dict) context["conv"] = conv_vars - context["nodes"] = node_outputs + context["node"] = node_outputs context["sys"] = {**(system_vars or {}), **sys_vars} else: context = {