>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #242
Update issue details
Title *
Description
When a workflow fails and Absurd retries it, _update_workflow_run_if_exists_first_start() sets status='running' but does NOT clear completed_at. This causes corrupted state where status=running AND completed_at is set. Root cause: orchestrator.py line 1033 Fix: Added completed_at = NULL and error = NULL to the UPDATE statement. Symptoms: - Workflow shows 'running' but has completed_at timestamp - Cancel API fails because state is inconsistent - Workflows loop indefinitely (fail, retry, fail, retry...) Fixed in this commit.
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