| #77 |
CRITICAL: Executed tasks list persistence after failure callbacks
inline_executor.py:1224-1226 - After callback tasks execute, executed_tasks list persisted to databa...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #76 |
CRITICAL: Async logging task spawning for audit compliance
inline_executor.py:457-472,1025-1035 - Logging moved from injection-based to spawn-based async tasks...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #75 |
CRITICAL: Prevent dependent task scheduling during workflow sleep
inline_executor.py:745-752 - When a task sleeps, dependent tasks are NOT added to ready_tasks. They ...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #74 |
CRITICAL: Task execution mark after savepoint release
inline_executor.py:997-1001 - Tasks marked as executed ONLY AFTER savepoint is released. If savepoin...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #73 |
CRITICAL: Executed tasks persistence after sleep/resume
durable_context.py:87-92 - _executed_tasks set now loaded from workflow_state on resume. Without thi...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #72 |
CRITICAL: SQL injection prevention in queue_name validation
absurd_client.py:52-59 - Queue name validated to contain only alphanumeric and underscores before us...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #71 |
CRITICAL: ActivityOperator double-queue crash recovery fix
operators.py:1073-1097 - Original QUEUE+WAIT caused duplicate activity queueing on crash. Fix: Activ...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #70 |
CRITICAL: ParallelOperator double-fork crash recovery fix
operators.py:264-282 - Original FORK+WAIT in single transaction caused duplicate task spawning on cr...
|
closed |
critical |
2025-11-26 20:50 |
- |
|
| #46 |
Enable and fix test_update_api.py - Temporal-style Update API
tests/integration/test_update_api.py is skipped (reason: Update API not fully implemented - workflow...
|
closed |
medium |
2025-11-26 14:29 |
- |
|
| #45 |
Fix ALL remaining mypy type errors in engine/cli/ directory
Run mypy engine/cli/ --ignore-missing-imports to verify. Fix type annotations in monitor_steps.py, s...
|
closed |
high |
2025-11-26 06:55 |
- |
|
| #44 |
Fix mypy type errors in 7 files
workflow_logging_injector.py, secure_logging.py, registry.py, base.py, sandbox.py, db_helpers.py, sc...
|
closed |
high |
2025-11-26 06:55 |
- |
|
| #43 |
Fix all mypy type errors in API and engine files
Fix mypy type errors in: api/fix_logging.py, api/replace_console_logs.py, api/oauth_handlers/oauth2....
|
closed |
high |
2025-11-26 06:47 |
- |
|
| #42 |
Fix all mypy type errors in api/middleware/ directory
Add proper type annotations to all middleware files without changing logic. Files: error_handlers.py...
|
closed |
high |
2025-11-26 06:47 |
- |
|
| #41 |
Fix mypy type errors in engine/security/ and engine/services/
Fix ~45 total mypy errors across security and services directories. Add type annotations without cha...
|
closed |
high |
2025-11-26 06:47 |
- |
|
| #40 |
Fix ALL mypy type errors in engine/replay/ directory
Run mypy engine/replay/ --ignore-missing-imports and fix all type errors. Add type annotations to fu...
|
closed |
medium |
2025-11-26 06:47 |
- |
|
| #39 |
Fix mypy type errors across codebase
Run mypy and fix all type errors
|
closed |
high |
2025-11-26 06:45 |
- |
|
| #38 |
Demos must use demo tenant, not default/test
All demo workflows should run on demo tenant. test tenant is reserved for pytest only.
|
closed |
high |
2025-11-26 06:42 |
- |
|
| #37 |
demo-disaster: Template var substitution failing
make demo-disaster fails - {item} and {loop_counter} not substituted
|
closed |
high |
2025-11-26 06:37 |
- |
|
| #36 |
Run pytest -n0 --stepwise and fix all test failures
Run all integration tests sequentially and fix any failures found
|
closed |
high |
2025-11-26 05:29 |
- |
|
| #35 |
DataShard ConcurrentModificationException - add retry logic for OCC conflicts
Multiple workers writing to datashard table causing OCC conflicts. Need to add automatic retry with ...
|
closed |
high |
2025-11-26 05:10 |
- |
|