Anyone know of a way to get the ReportDocument generated by a business task call in an IPA flow without filtering the ReportDocument business class by name and create timestamp?
For example, Cash Payment Register business task is submitted via Landmark transaction in an IPA flow and I need to grab the associated report output from that submission. I could grab the most recently created Cash Payment Register report, but I'd rather have a way to grab the specific report crated by the submission.
I would expect there would be some kind of callback in the web request response, like an Async ID, but I looked at the web request in the UI and I don't see a callback Async ID or anything in the response that ties back to the ReportDocument to be generated.
I also tried enabling Business Tasks for web service execution to see if a direct web service call would have a different response, but those web service calls return the error "Set actions not supported by executeImport".