Bug #4850
closedGet the new TPC scheduler working with the new changes in Kepler from the KarXmlGenerator
0%
Description
On kepler side, the metadata format to describe the workflow kar file and workflow run files was changed. So TPC scheduler should be changed accordingly.
Related issues
Updated by ben leinfelder over 14 years ago
I'm in the process of adding tpcStatus in the KarEntryAttributes such that it should look like this:
<karEntryAttributes>
<Name>
RIO.1.xml
</Name>
<dependsOn>
urn:lsid:gamma.msi.ucsb.edu/OpenAuth/:8016:19:1
</dependsOn>
<handler>
org.kepler.kar.handlers.ReportInstanceKAREntryHandler
</handler>
<dependsOnModule>
</dependsOnModule>
<lsid>
urn:lsid:gamma.msi.ucsb.edu/OpenAuth/:8061:9:1
</lsid>
<type>
org.kepler.reporting.rio.ReportInstance
</type>
<tpcStatus>SUCESS!!!!</tpcStatus>
</karEntryAttributes>
Updated by Jing Tao over 14 years ago
After changing the query format and result set style sheet, the tpc workflow and workflowRun search works. The every link of the search results works too.
Now I am working on testing to schedule a workflow run.
Updated by Jing Tao over 14 years ago
I just scheduled a tpc-09 workflow. It works. So the bug can be closed.