Is it possible to stream a report
I need to post a large (100MB+ ) of report data to a 3rd party rest endpoint, the current approach is along the lines of:
create an activity to iterate over a paged data page (using a report as a datasource) and creating a http rest post for each page using the rest connect rules.
using Pega 7.3.1, is it possible to stream a report ? i.e. create post request with a streamed data source and let the http mange this. ('m looking to avoid loading report data in to a data page and then posting that)
thanks