Setting Asyn Before on a http-connector activity with boundary error events cause heapspace errors

Hi all,
I have a bpmn process that receives a large payload with a form data and pdf from a front end application and saves the data to a database using rest api call. I used camunda http connector for sending the payload to REST service. I want Camunda to create incidents when my api sends error responses ( http code >= 500) so that an admin can retry it when underlying issues resolve. However this approach always leads to java heapspace errors. It works without issues if I remove the asyncBefore flag. Appreciate your inputs on how to handle this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.