-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Discussed in https://github.com/orgs/Framework-R-D/discussions/63
Originally posted by knoepfel October 23, 2025 at https://github.com/orgs/Framework-R-D/discussions/63#discussioncomment-14773665
Users will have programmatic access to data-product provenance through a Phlex handle. The behaviors of and information available through a handle need to be discussed.
The comment specifically mentions that the following should be accessible through a data-product handle:
- The data product itself
- The index of the data cell to which the data product belongs
- This is not a single number; it would be a tuple of identifiers like:
(run: 4, subrun: 8, spill: 15)
- This is not a single number; it would be a tuple of identifiers like:
- The data-product concept modeled by the concrete data-product type
- The creator name, which includes:
- the algorithm name
- the name of the module in which the algorithm was registered
- The product suffix
- A user is not always required to provide a product suffix—the product suffix is used to disambiguate between multiple products of the same type returned by the same algorithm invocation.
- This term replaces the term product name, although the latter will be explored further.
- The phase name (or stage name)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request