fix: #7222 docstrings (#7276)

This commit is contained in:
Nam Vu 2024-08-15 08:47:26 +07:00 committed by GitHub
parent 7f67cb93ec
commit d2ccd8ba53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,10 +103,10 @@ class WorkflowEngineManager:
:param workflow: Workflow instance
:param user_id: user id
:param user_from: user from
:param user_inputs: user variables inputs
:param system_inputs: system inputs, like: query, files
:param invoke_from: invoke from
:param callbacks: workflow callbacks
:param call_depth: call depth
:param variable_pool: variable pool
"""
# fetch workflow graph
graph = workflow.graph_dict