[kepler-dev] [Bug 4020] - WRP - create WorkflowRun object to encapsulate provenance/report instances

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jun 12 14:25:59 PDT 2009


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





------- Comment #3 from barseghian at nceas.ucsb.edu  2009-06-12 14:25 -------
Thanks for the help Dan. I'm changing the _elementName of WorkflowRun to be
property instead of entity (this probably didn't make sense since an Entity is
"a vertex in a generalized graph...an aggregation of ports" ). momlparser is
happier now. So the top of a new serialized run looks like:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE property PUBLIC "-//UC Berkeley//DTD MoML 1//EN"
    "http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd">
<property name="WorkflowRun" class="org.kepler.util.WorkflowRun">
...


More information about the Kepler-dev mailing list