Actions
Bug #4313
closedWorkflow Run Manager - duplicate rows shown for same execution
Start date:
08/13/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4313
Description
Sometimes more than one row shows up in the Workflow Run Manager for the same execution. I saw this happen for the first time today, when running the attached workflow (error.xml). I've run this workflow in the past without seeing this. It doesn't happen every time. The hsql database seems fine, it only has one execution for the run.
Files
Updated by Derik Barseghian over 15 years ago
fixed in r20272. The problem was with the query statement for getting runs, which was returning multiple rows per execution when an execution had multiple errors. I'm temporarily no longer querying for errors. Addressing error(s) will fall under bug #4231.
Actions