mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
fix workflow app bugs
This commit is contained in:
@ -143,7 +143,7 @@ class Workflow(db.Model):
|
||||
return []
|
||||
|
||||
# get user_input_form from start node
|
||||
return start_node.get('variables', [])
|
||||
return start_node.get('data', {}).get('variables', [])
|
||||
|
||||
|
||||
class WorkflowRunTriggeredFrom(Enum):
|
||||
|
||||
Reference in New Issue
Block a user