fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257)
This commit is contained in:
parent
baaa3f7f42
commit
5350b1d938
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ class WorkflowConverter:
|
|||
features=json.dumps(features),
|
||||
created_by=account_id,
|
||||
environment_variables=[],
|
||||
conversation_variables=[],
|
||||
)
|
||||
|
||||
db.session.add(workflow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue