>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #265
Update issue details
Title *
Description
Two bugs in ReplayContext that caused simulation to fail on completed workflows: 1) get_executed_tasks() returned historical tasks (executed_steps) instead of runtime tracking set, causing 'no starting tasks' error 2) report_progress() used _metadata instead of metadata, mismatching DurableContext signature Fixed by: - Renamed executed_tasks to _runtime_executed_tasks (separate from executed_steps) - Changed _metadata to metadata in report_progress() Files: engine/replay/replay_context.py
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel