mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -360,9 +360,7 @@ class DifyAPISQLAlchemyWorkflowNodeExecutionRepository(DifyAPIWorkflowNodeExecut
|
|||||||
"""
|
"""
|
||||||
Fetch node executions for a run using workflow_run_id.
|
Fetch node executions for a run using workflow_run_id.
|
||||||
"""
|
"""
|
||||||
stmt = select(WorkflowNodeExecutionModel).where(
|
stmt = select(WorkflowNodeExecutionModel).where(WorkflowNodeExecutionModel.workflow_run_id == run_id)
|
||||||
WorkflowNodeExecutionModel.workflow_run_id == run_id
|
|
||||||
)
|
|
||||||
return list(session.scalars(stmt))
|
return list(session.scalars(stmt))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user