#532 [API/Bug] workflows.py:2074 - run_id undefined in retry_workflow

closed critical Created 2025-12-17 16:28 · Updated 2025-12-17 18:46

Description

Edit
File: api/blueprints/v1/workflows.py:2074. Variable run_id is referenced but never defined. Function will crash with NameError. The retry_workflow function creates workflow_run record but never spawns a task. IMPACT: 500 error on every retry_workflow call. FIX: Add spawn_task logic that defines run_id.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...