I am trying to build a process which connects to several APIs. I am trying to use http-connectors for the same.
After some experimentation, I realize that the http-connector does not do anything special for status codes like 4xx or 5xx.
But for ConnectionTimeout exceptions, (where the status code does not exist) the task throws up. I tried using a boundary error event . But, it did not get invoked despite the exception (which i see in logs).
My questions are:
- How can I handle such exceptions in the workflow ?
- What errors can the http-connector throw that can be caught using the error boundary event ?
retry_poc.bpmn (7.9 KB)