joewitt commented on code in PR #8498:
URL: https://github.com/apache/nifi/pull/8498#discussion_r1589498608
##########
nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceEventBuilder.java:
##########
@@ -283,6 +283,13 @@ public interface ProvenanceEventBuilder {
*/
ProvenanceEventBuilder setRelationship(Relationship relationship);
+ /**
+ * Sets the IDs for the event that happened previously to this event for
the given FlowFile
+ * @param previousEventIds The previous event IDs (usually one except for
JOIN events and such)
+ * @return the builder
+ */
+ ProvenanceEventBuilder setPreviousEventIds(List<Long> previousEventIds);
Review Comment:
Ah maybe it is that we had parent FlowFile identifiers and now we'll have
previous Event Identfiers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]