feat: code (#3557)
This commit is contained in:
parent
8ba95c08a1
commit
c2acb2be60
10 changed files with 132 additions and 18 deletions
|
|
@ -112,7 +112,7 @@ class CodeNode(BaseNode):
|
|||
variables[variable] = value
|
||||
# Run code
|
||||
try:
|
||||
result = CodeExecutor.execute_code(
|
||||
result = CodeExecutor.execute_workflow_code_template(
|
||||
language=code_language,
|
||||
code=code,
|
||||
inputs=variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue