Bug #4850
Get 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
History
#1 Updated by ben leinfelder over 12 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>
#2 Updated by ben leinfelder over 12 years ago
adding kepler bug dependency
#3 Updated by Jing Tao about 12 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.
#4 Updated by Jing Tao about 12 years ago
I just scheduled a tpc-09 workflow. It works. So the bug can be closed.
#5 Updated by Redmine Admin about 9 years ago
Original Bugzilla ID was 4850