fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257)
This commit is contained in:
@@ -201,6 +201,7 @@ class WorkflowConverter:
|
|||||||
features=json.dumps(features),
|
features=json.dumps(features),
|
||||||
created_by=account_id,
|
created_by=account_id,
|
||||||
environment_variables=[],
|
environment_variables=[],
|
||||||
|
conversation_variables=[],
|
||||||
)
|
)
|
||||||
|
|
||||||
db.session.add(workflow)
|
db.session.add(workflow)
|
||||||
|
Reference in New Issue
Block a user