com.snc.process_flow.reporting.datastream.item.lastn
ServiceNow property description:
Recent n iterations to report for For-Each data stream consumer. Eg. If we iterate over 100 iterations and n=5, we would report 96-100 iterations. If n is set to -1 we report all iterations.
Attributes
- Sys ID: b4ed2844c77133002f7d69467ec2604f
- Type: integer
- Application: Global
- Default value: 50

AI generated property description:
The ServiceNow property `com.snc.process_flow.reporting.datastream.item.lastn` determines the number of recent iterations to report for a For-Each data stream consumer. For example, if there are 100 iterations and `n` is set to 5, the system will report the last 5 iterations (iterations 96-100). If `n` is set to -1, all iterations will be reported. This property is useful for controlling the amount of data being processed and reported, ensuring that only the most recent or relevant iterations are included. The documentation does not provide further details on this property.
Source