[kepler-dev] [Bug 4148] New: - Workflow Run Manager - Upload to Repository feature

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jun 12 11:10:50 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4148

           Summary: Workflow Run Manager - Upload to Repository feature
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: REAP
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: barseghian at nceas.ucsb.edu
        ReportedBy: barseghian at nceas.ucsb.edu
         QAContact: kepler-dev at kepler-project.org
 BugsThisDependsOn: 4020


WRM needs to be able to upload runs to the repository. A user selects rows in
the WRM and from a context menu clicks to upload. This creates a kar of the
runs and will then 'put' it to metacat, along with (correct me if I have this
wrong:) any contained metadata docs that point to this kar with the karLSID
attribute, e.g run momls and workflow momls. I've had to fork the
UploadToRepositoryAction to create a gui-less version. I'm trying to stay in
sync with any changes there, so that I can un-fork later.

Part of this work seemed to necessitate or imply getting a KAR from cache. I
was unable to get the kar itself from cache, I'll revisit this, but I'm not
sure the kar itself is actually being written to cache, just its items
(maybe?).  Also, I'm currently creating a WorkflowRunCacheObject, so these may
be retrieved from cache individually.

The 'depends on' list of this bug is currently probably incomplete.  We also
change to using setAccess on the items uploaded instead of building access
documents in the upload function.


More information about the Kepler-dev mailing list