[seek-dev] [Bug 1064] New: - create initial workflow editor from Vergil

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue May 20 09:28:45 PDT 2003


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

           Summary: create initial workflow editor from Vergil
           Product: SEEK
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: seek-ams
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: jones at nceas.ucsb.edu
         QAContact: seek-dev at ecoinformatics.org


SEEK participants need to be able to create and edit workflows to explore the
expressiveness of the language.  The current version of vergil does not support
editing the workflow before a java wrapper class has been created.  Need to
modify vergil to allow scientists to easily create new stub classes that
represent analytical steps, and then use those in a workflow.  The classes can
be implemented later in order to execute.

Requirements:
  1) New actors added dynamically at run time, one per analytical step
  2) Actors may be only stub interface classes
  3) Actors accurately reflect the I/O interface needed for the analytical task
  4) Newly created actors show up in library listing
  5) Newly created actors can be used in workflows
  6) Serialized workflows in MoML show new actors in workflow

Optional but useful:
  7) Person who creates the actor can set its icon



More information about the Seek-dev mailing list