Question

Rulesware LLC
SV
Last activity: 29 Apr 2025 14:24 EDT
Where does the data gets stored after the source is executed in a Data Flow?
I have been trying to explore the capabilities of data flows, and I have the following use case:
I'm working with a Real-Time Processing Data Flow, where the source is a Kafka Data Set stored in JSON format. The Data Flow processes records as expected.
This is the data flow:
I'm trying to Log the data from the "TestDataSet" in the data transform, the problem is, I don't know where the data extracted from the source is stored, or how to access it.
Does anyone know how Pega loads the data after the source runs?
I tried accessing the "OperationResults" page (which is generated when you run the data set alone), but that didn’t work.