- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to capture Life of a FlowFile?
- Labels:
-
Apache NiFi
Created ‎04-12-2023 11:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With provenance data , we are able to capture events that provide us information about each processor processing a flow file , with specific eventtype and duration.
But if we look forward to get entire information on life of flow file that says from beginning to end and duration in each step + wait time, is there a way that can be captured.
Created ‎04-13-2023 12:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can make a rest API call to provenance to fetch the flowfile attributes if we have provenance data available as per our defined provenence repository storage time and size [1]
[1]
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
