Actions
Bug #4898
closedWorkflowRun entityId lsid no longer incrementing after getting tagged
Status:
Resolved
Priority:
Normal
Assignee:
Category:
workflow run manager
Target version:
Start date:
03/19/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4898
Description
Looks like after the refactor the WorkflowRun entityId lsid revision no longer gets bumped when a run gets tagged.
To replicate:
Run a workflow
Export the run
Tag the run
Export the run to another kar
Compare the two serialized runs' entityIds (or just look use the view lsid gui)
A second problem is that the tagged version gets a derivedFrom lsid. And this lsid seems to be new...which doesn't make sense. Was this lsid intended to go into the entityId? Even if that worked, I think it makes more sense to just increment the revision for tag events. This is what happens for workflows.
Related issues
Actions