Bug 239049 - PATCH: Fix for incorrect joblist in Jobs view of submitted workflows in some cases
Summary: PATCH: Fix for incorrect joblist in Jobs view of submitted workflows in some ...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ariel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-06-30 16:12 EDT by David Johnson CLA
Modified: 2014-01-09 16:00 EST (History)
0 users

See Also:


Attachments
GridWorkflow patch (3.09 KB, patch)
2008-06-30 16:12 EDT, David Johnson CLA
aog-ecl: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Johnson CLA 2008-06-30 16:12:18 EDT
Created attachment 106151 [details]
GridWorkflow patch

When editing a graphical workflow, if workflow jobs are added to an existing workflow, populated with JSDL, with a valid name, and no dependency problems, then submitted to gLite, in the Jobs view it sometimes shows an incorrect list of Jobs that does not include the newly added ones.

This was traced to the Workflow model not being updated immediately when the workflow file is saved.

Solved by adding a GridModeListener that updates the GridWorkflow and GridWorkflowJobs, in attached patch.
Comment 1 Ariel Garcia CLA 2008-07-01 09:16:35 EDT
Patch applied, please check and close.
Comment 2 David Johnson CLA 2008-07-01 10:51:14 EDT
Patched looks good, closing.