I have a process which contains a sequential multi-instance subprocess. The subprocess contains a rest connector. When the rest connector gets an error response (e.g. 500 internal server error), the whole process will stop with INCIDENT status. Is there anyway to allow the process ignore the error and continue?
Yes, you can throw bpmnError using the Error expression property. Attach an error boundary event to the REST call activity with an outgoing sequence flow connected to an end event.