Skip to content

Conversation

@AbirAbbas
Copy link
Contributor

Summary

  • Wire up the StreamWorkflowNodeNotesHandler to the workflows route group
  • The handler existed since the initial commit but was never registered

New endpoint: GET /api/ui/v1/workflows/:workflowId/notes/events

Test plan

  • Rebuild control-plane
  • Test SSE endpoint: curl -N http://localhost:8080/api/ui/v1/workflows/{workflowId}/notes/events
  • Verify heartbeat events are received

🤖 Generated with Claude Code

The StreamWorkflowNodeNotesHandler existed but was never registered
in the routes. This adds the missing route registration for:
GET /api/ui/v1/workflows/:workflowId/notes/events

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@AbirAbbas AbirAbbas merged commit c6f31cb into main Dec 16, 2025
16 checks passed
@AbirAbbas AbirAbbas deleted the fix/wire-up-workflow-notes-sse branch December 16, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants