resume test

This commit is contained in:
QuantumGhost
2025-11-24 13:34:17 +08:00
parent c0f1aeddbe
commit f368155995
19 changed files with 717 additions and 243 deletions

View File

@ -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.
"""

View File

@ -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")