nifi_get_lineage
Retrieve the lineage graph for a NiFi flowfile or provenance event, returning nodes and links by polling the lineage API. Supply a flowfile UUID or event ID to trace data origins and destinations.
Instructions
Lineage graph for a flowfile, as nodes and links.
Backed by POST /provenance/lineage, polled to completion. Supply either
flowfile_uuid or event_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | No | ||
| direction | No | PARENTS | |
| flowfile_uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||