Project

General

Profile

Actions

Bug #4231

closed

Workflow Run Manager - failed runs should be highlighted red

Added by Derik Barseghian almost 15 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
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

Blocks Kepler - Bug #4230: problem associating errors with particular executionResolvedDaniel Crawl07/08/2009

Actions
Actions #1

Updated by Derik Barseghian over 14 years ago

All errors for an execution are now placed in the WorkflowRun class. The serialized form probably needs to be improved -- a serialized example looks like:

<property name="errorMessages" class="ptolemy.kernel.util.StringAttribute" value="{1=Model triggered an exception. in .error.Throw Exception6, 2=Model triggered an exception. in .error.Throw Exception3, 3=Model triggered an exception. in .error.Throw Exception2, 4=Model triggered an exception. in .error.Throw Exception, 5=Model triggered an exception. in .error.Throw Exception4}">

Actions #2

Updated by Derik Barseghian over 14 years ago

Runs are highlighted a light red now. This can be closed when #4230 is fixed.

Actions #3

Updated by Derik Barseghian almost 14 years ago

Can't get this occur since bug#4230 fixed. Please reopen if you find a way to get a run to fail and the WRM doesn't highlight it red.

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 4231

Actions

Also available in: Atom PDF