Is there any way to continue multi-instance subprocess running when one instance failed?

Hi guy,

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?

Hi @dreadknight

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.

https://docs.camunda.io/docs/components/connectors/use-connectors/#error-expression

1 Like

Thank you!

1 Like

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