| #241 |
Highway MCP Server - Enable LLMs to Generate Workflows
# Highway MCP Server - Enable LLMs to Generate Workflows
## Overview
Create an MCP SERVER that exp...
|
closed |
critical |
2025-12-03 06:37 |
- |
|
| #215 |
Replay: Add runtime determinism enforcement
## Problem
Determinism relies on developer discipline with no enforcement:
- Must use ctx.now instea...
|
closed |
critical |
2025-12-02 05:22 |
- |
|
| #214 |
Replay: Implement Compensation/Saga Pattern Support
## Problem
No mechanism to define compensating tasks for rollback scenarios.
## Industry Standard
T...
|
closed |
critical |
2025-12-02 05:22 |
- |
|
| #213 |
Replay: Add exception stacktrace to step_failed events
## Problem
The event_logger.log_step_failed() only stores error_message string, not full Python trac...
|
closed |
critical |
2025-12-02 05:22 |
- |
|
| #186 |
CRITICAL: TimeoutService infinite loop on race condition
TimeoutService enters infinite tight loop when race condition detected in _fail_single_run(). The wh...
|
closed |
critical |
2025-11-30 00:20 |
- |
|
| #175 |
LLM DSL Generator Testing - Comprehensive Validation
Parent ticket for comprehensive testing of the LLM DSL generator service (https://dsl.rodmena.app/)....
|
closed |
critical |
2025-11-29 22:00 |
- |
|
| #162 |
long running Kafka producer and client Python script
Context:
This enterprise workflow engine will be used to run massive durable workflows, like long r...
|
closed |
critical |
2025-11-29 02:57 |
- |
|
| #148 |
DSL prompt flag for CLI
we need `hwe dsl-prompt` command to stdout a proper comprehensive prompt how to generate valid highw...
|
closed |
critical |
2025-11-28 08:57 |
- |
|
| #143 |
CRITICAL: Risk of Double Execution due to Manual Heartbeating
Long-running tasks (> claim_timeout) are killed by other workers via claim_task logic if they do not...
|
closed |
critical |
2025-11-28 00:46 |
- |
|
| #142 |
CRITICAL: ParallelOperator is Fork-Only (Missing Join)
The ParallelOperator currently only spawns branch tasks and returns immediately (fork-only). There i...
|
closed |
critical |
2025-11-28 00:46 |
- |
|
| #141 |
[highway-api] API tokens need scoped permissions support
Currently API tokens only identify the user - permissions come from user's roles. Need to add scopes...
|
closed |
critical |
2025-11-27 21:17 |
- |
|
| #139 |
Fix login page confusion - use /login not /#/login
Two login pages exist causing confusion. Update /login to have API token option, remove /#/login rou...
|
closed |
critical |
2025-11-27 19:46 |
- |
|
| #137 |
API Key copy button not working and missing audit log
1. Copy button in secret display modal does not work when creating API key. 2. No audit log entry cr...
|
closed |
critical |
2025-11-27 19:18 |
- |
|
| #131 |
Circuit breaker + retry misalignment - tasks exhaust retries during CB cooldown
PROBLEM: When circuit breaker opens, tasks fail with ProtectedCallError. With no retry_strategy (def...
|
closed |
critical |
2025-11-27 07:04 |
- |
|
| #128 |
CRITICAL: Heartbeats not persisted - use separate connection
During disruption testing, heartbeat tests fail because heartbeats are NOT being committed to the da...
|
closed |
critical |
2025-11-27 06:28 |
- |
|
| #127 |
CRITICAL: workflow_run.status not updated when task permanently fails
During disruption testing, tasks exhaust max_attempts and go to 'failed' state, but workflow_run.sta...
|
closed |
critical |
2025-11-27 06:19 |
- |
|
| #125 |
CRITICAL: All workers use same worker_id - breaks claim isolation
All 8 workers use hardcoded worker_id='highway_worker_1' from config.ini, ignoring ABSURD_WORKER_ID ...
|
closed |
critical |
2025-11-27 06:04 |
- |
|
| #124 |
Fix: Event deduplication at storage level
LONG-TERM FIX for guaranteed event uniqueness.
Problem: Even with idempotency keys, race conditions...
|
closed |
critical |
2025-11-27 05:39 |
- |
|
| #123 |
Fix: Implement incremental checkpoint commits
MEDIUM-TERM FIX for progress preservation during crashes.
Problem: Checkpoints are committed atomic...
|
closed |
critical |
2025-11-27 05:39 |
- |
|
| #122 |
Fix: Add idempotency keys to event emission
SHORT-TERM FIX for event duplication during retries.
Problem: EventLogger emits new events with inc...
|
closed |
critical |
2025-11-27 05:39 |
- |
|