>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #675
Update issue details
Title *
Description
When workflows use parallel operators (fork/join patterns), the progress.percentage can exceed 100% because: 1. total_steps only counts top-level tasks in the workflow definition 2. completed_steps counts ALL step_succeeded events from absurd_event_log, including branch task events Example: matrix_fork_join_stress workflow shows 433% (13/3) because: - 3 top-level tasks - 10 fork branch tasks + 3 top-level tasks = 13 step_succeeded events FIXED by filtering completed_steps to only count events where step_name is IN the top-level task_ids set. File: api/blueprints/v1/workflows.py:1477-1481
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
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