Actions
Bug #4518
closedWorkflow Run Manager - no imported run tags
Status:
Resolved
Priority:
Normal
Assignee:
Category:
workflow run manager
Target version:
Start date:
10/30/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4518
Description
If you export a run that has tags into a kar, then delete that run from the WRM, then open that kar, the imported run displays no tags. This is because no tags are inserted into provenance on import. To be able to do this insertion, I will first have to add code to serialize the tag info (type, urn, ontology_uri,) into the WorkflowRun moml.
Updated by Derik Barseghian about 15 years ago
Tags are now serialized into WorkflowRun moml. Run tags are at the top level, workfow tags are in a workflowTags section. The tags are imported and display when you open the kar. The way in which tags are created from those found in kar needs testing and may need some work.
Actions