Actions
Bug #3634
closedDefine the interface between Provenance and Reporting
Start date:
11/12/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3634
Description
Create a diagram and classes for the interface between Provenance and Reporting.
- Get token data for given workflow run and object(port or param, etc.)
Updated by Derik Barseghian about 16 years ago
Filing under Provenance as requested in last reporting/provenance meeting.
Updated by ben leinfelder almost 16 years ago
From the ROML we will have fully qualified names for the items [ports|parameters] being reported on, and will look up the [token] values using the execution ID (considering LSID as an implementation).
something like this would be the minimum needed:
List<Tokens> getTokenValues(String executionId, String name);
Updated by ben leinfelder over 15 years ago
we have this look up implemented now - closing
Actions