| #122 |
Fix schedule creation - missing definition_id and tenant_id
Schedule creation at #/workflow/{id}/schedules?createSchedule=true fails with 'No module named' erro...
|
closed |
high |
2025-11-30 20:06 |
- |
|
| #121 |
Fix broken toolbox, admin/users white page, and unreliable routes
User reports: toolbox broken, admin/users shows white page, routes unreliable/inconsistent, code qua...
|
closed |
high |
2025-11-30 10:50 |
- |
|
| #120 |
Unify Data Fetching in DataManager
Move polling logic out of individual components into a global DataManager (or AppState). Components ...
|
open |
medium |
2025-11-30 07:08 |
- |
|
| #119 |
Implement Centralized Route Registry
Refactor URLStateManager and ViewManager to use a single 'RouteRegistry'. This registry should map U...
|
open |
medium |
2025-11-30 07:08 |
- |
|
| #118 |
Refactor UI to Component Class Pattern
Migrate existing UI components (workflow_list, activity_monitor, etc.) to extend the new HighwayComp...
|
open |
high |
2025-11-30 07:08 |
- |
|
| #117 |
Docker workflow generated by LLM fails - investigate and fix DSL_PROMPT.txt
LLM generated docker_container_workflow using tools.docker.run but it fails. Need to: 1) Submit and ...
|
open |
high |
2025-11-29 21:45 |
- |
|
| #116 |
Activity Worker Monitoring UI - Dashboard and Detail Views
## Overview
Implement UI components for the new Activity Worker Monitoring API (Issue #164 in main i...
|
closed |
high |
2025-11-29 05:25 |
- |
|
| #115 |
Show actual step/task name in events tab instead of raw event names
In the events tab list, display human-readable names instead of raw event identifiers:
- If event s...
|
closed |
medium |
2025-11-29 05:19 |
- |
|
| #114 |
Cannot pause or cancel running workflows with activity workers
Currently there is no mechanism to pause or cancel a running workflow, especially those using activi...
|
open |
high |
2025-11-29 05:16 |
- |
|
| #113 |
Add proper logging for normal tasks and activity tasks
Implement comprehensive logging for both normal workflow tasks and activity tasks.
API Endpoints ne...
|
open |
high |
2025-11-29 05:14 |
- |
|
| #112 |
Replace EventStream polling with WebSocket real-time updates
Replace /api/v1/workflows-stream EventStream (SSE polling) with WebSocket connection to /api/v1/ws. ...
|
in-progress |
high |
2025-11-28 18:04 |
- |
|
| #111 |
Document and verify untracked realtime WebSocket implementation
Found complete WebSocket realtime push system untracked in git: api/realtime/hub.py, api/blueprints/...
|
closed |
high |
2025-11-28 11:48 |
- |
|
| #110 |
Show worker_id in tasks list for running/completed/failed tasks
Add worker_id to tasks API response and display it in the frontend tasks bar. For sleeping tasks, ne...
|
closed |
medium |
2025-11-28 05:29 |
- |
|
| #109 |
Fix create workflow to send Python DSL instead of JSON
When creating workflow in Python DSL format, the UI should POST the Python code (with print(workflow...
|
closed |
medium |
2025-11-28 05:17 |
- |
|
| #108 |
Frontend performance: workflow executions tab loads too slow (8 API calls blocking)
Clicking on workflows and viewing Executions tab is slow. Each click triggers 8 API calls and UI onl...
|
closed |
critical |
2025-11-28 02:43 |
- |
|
| #107 |
Comprehensive RBAC permission tests for API token scopes
Create integration tests that verify all API endpoints enforce correct permissions. Must: 1) Create ...
|
closed |
critical |
2025-11-27 23:03 |
- |
|
| #106 |
Documentation: Admin Panel User Guide
Create comprehensive user documentation for Admin Panel.
Location: docs/admin-panel-guide.md
Secti...
|
open |
medium |
2025-11-27 07:23 |
- |
|
| #105 |
Security: Admin Panel Security Audit
Perform comprehensive security audit of Admin Panel.
Security Checklist:
1. Authentication:
- J...
|
open |
critical |
2025-11-27 07:23 |
- |
|
| #104 |
Testing: Admin Panel E2E Tests with Selenium
Create E2E tests for Admin Panel UI using Selenium.
Location: tests/e2e/test_admin_panel_e2e.py
Te...
|
open |
medium |
2025-11-27 07:23 |
- |
|
| #103 |
Testing: Admin Panel Integration Tests
Create comprehensive integration tests for Admin Panel APIs.
Location: tests/integration/test_admin...
|
open |
high |
2025-11-27 07:22 |
- |
|