As of Nextflow
v25.04
, data lineage is supported. This tracks the complete history of your Nextflow runs, including:
  • Workflow runs and their configurations
  • Task executions and their inputs/outputs
  • File outputs and their provenance
Each lineage record has a unique identifier called a _lineage ID_ (
LID
) that you can use to access and query the data.
Displaying this interactively in Data Explorer will help users easily verify the integrity and reproducibility of your pipeline results.