Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

General Framework Metadata

What we need to capture:

  • Is this dataset a result or output dataset?
  • Is this dataset an input dataset?

eAIRS Metadata

What we need to capture:

  • Is this dataset an eAirs mesh?
  • Is this dataset an eAirs input file?

Mime types of the files that are outputs from the eAIRS workflow

  • .rlt
  • .vtk

Workflows Bean

Each workflow is described in an XML file that outlines the steps in the process including which resource to run on, executables that will be launched, input files to use, etc. Initially, we will simply store the workflow information in a single WorkflowStepBean that has a reference to the file containing the xml and the DatasetBeans. Ogrescript xml files can be complex, but if we can logically separate out the steps or parts into individual beans that can be used to generate the full workflow xml file required by the HPC machines, then we can include workflow steps as separate beans and provide a UI for adding steps dynamically.

...