mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
refactor(workflow): Rename workflow node execution models (#20458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@ -541,7 +541,7 @@ class WorkflowNodeExecutionTriggeredFrom(StrEnum):
|
||||
WORKFLOW_RUN = "workflow-run"
|
||||
|
||||
|
||||
class WorkflowNodeExecution(Base):
|
||||
class WorkflowNodeExecutionModel(Base):
|
||||
"""
|
||||
Workflow Node Execution
|
||||
|
||||
|
||||
Reference in New Issue
Block a user