[kepler-dev] [Bug 2960] - Change RExpression actor to use meaningful graphic file output names

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Dec 27 11:20:49 PST 2007


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





------- Comment #2 from leinfelder at nceas.ucsb.edu  2007-12-27 11:20 -------
By using getFullName() rather than getName() we can get the nested naming
mentioned in the original comments for this bug.  A workflow with an
RExpression actor inside a CompositeActor would generate files named something
like:
Workflow_name.CompositeActor_name.RExpression_name1.pdf
Workflow_name.CompositeActor_name.RExpression_name2.pdf
...
Workflow_name.CompositeActor_name.RExpression_nameN.pdf

This still does not address tracking multiple runs of the same workflow, but it
does allow easy sorting of the output files for complex workflows and also
distinguishes the output of separate workflows.

note: not committed to cvs yet


More information about the Kepler-dev mailing list