mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 07:58:02 +08:00
chore: remove unused changes
This commit is contained in:
@ -359,6 +359,7 @@ class WorkflowRunNodeExecutionListApi(Resource):
|
||||
@login_required
|
||||
@account_initialization_required
|
||||
@get_app_model(mode=[AppMode.ADVANCED_CHAT, AppMode.WORKFLOW])
|
||||
@marshal_with(workflow_run_node_execution_list_model)
|
||||
def get(self, app_model: App, run_id):
|
||||
"""
|
||||
Get workflow run node execution list
|
||||
|
||||
Reference in New Issue
Block a user