Is it possible to increase the response body size limit on an integration?
Discussion posts and replies are publicly visible
In Appian, you cannot increase the response-body size limit for an Integration object. The platform itself enforces that limit to protect performance and memory usage, and there’s no system property or support setting that can override it.
Typical limits
Practical Workarounds
We have used many of the workarounds mentioned above in some of our previous clients. We have to basically understand that we don't need the whole output, but if you don't have any control, it's best to store it into a file and later retrieve it.
How can I utilize a PM to break up the calls?