mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat(workflow): integrate workflow entry with workflow app
This commit is contained in:
@ -22,6 +22,7 @@ def test_execute_code(setup_code_executor_mock):
|
||||
# trim first 4 spaces at the beginning of each line
|
||||
code = '\n'.join([line[4:] for line in code.split('\n')])
|
||||
node = CodeNode(
|
||||
id='test',
|
||||
tenant_id='1',
|
||||
app_id='1',
|
||||
workflow_id='1',
|
||||
|
||||
Reference in New Issue
Block a user