Actions
Bug #4663
closedTag shows up in workflow moml when it shouldn't
Start date:
01/12/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4663
Description
This may not be a tagging bug but a bug in a provenance query or in KAR building -- sometimes a tag that shouldn't be in a workflow gets written into the workflow, and vice versa.
To replicate:
- open and execute a workflow
- tag the workflow and execute again
- export run1 to KAR
unzip KAR and look at the workflow moml, it contains the tag.
Updated by Derik Barseghian almost 15 years ago
I suspect this is to do with the building of the KAR, probably with the way the workflow is fetched out of the ObjectManager (e.g. maybe a call to getHighestRevision). Talked with Aaron and it seems wise to punt on this until he's done w/ the KAREntryHandler refactor.
Updated by Derik Barseghian over 14 years ago
This is no longer happening. Maybe it was related to the bug in getHighestRevision fixed today in r23525.
Actions