feat(workflow): integrate workflow entry with workflow app

This commit is contained in:
takatost
2024-08-14 19:22:15 +08:00
parent 674af04c39
commit 6f6b32e1ee
29 changed files with 1058 additions and 580 deletions

View File

@ -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',