Actions
Bug #4231
closedWorkflow Run Manager - failed runs should be highlighted red
Status:
Resolved
Priority:
Normal
Assignee:
Category:
workflow run manager
Target version:
Start date:
07/08/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4231
Description
If a run fails the row should be red in the WRM. To this end I've added an errorMessage string to the WorkflowRun class locally, but I need to change this to a list to allow for multiple errors per exec. The serialized WorkflowRun should probably also put the timestamps along w/ each error. This might be useful for debugging user problems without having to run their workflows, e.g. "Please send us (an exported kar of) your failed runs".
The gui code to do the highlighting needs to be done.
Dan suggests maybe having the error(s) for the run show up when you hover over the row with your mouse.
Related issues
Actions