mirror of
https://github.com/langgenius/dify.git
synced 2026-03-25 16:28:04 +08:00
resume test
This commit is contained in:
@ -131,7 +131,7 @@ class ConsoleWorkflowEventsApi(Resource):
|
||||
"""
|
||||
Get workflow execution events stream after resume.
|
||||
|
||||
GET /console/api/workflow/<task_id>/events
|
||||
GET /console/api/workflow/<workflow_run_id>/events
|
||||
|
||||
Returns Server-Sent Events stream.
|
||||
"""
|
||||
|
||||
@ -56,5 +56,4 @@ class WorkflowEventsApi(WebApiResource):
|
||||
|
||||
|
||||
# Register the APIs
|
||||
api.add_resource(WorkflowResumeWaitApi, "/workflow/<string:task_id>/resume-wait")
|
||||
api.add_resource(WorkflowEventsApi, "/workflow/<string:task_id>/events")
|
||||
|
||||
Reference in New Issue
Block a user