Does retry cycle take place if I have Error Boundery Event

Hello there

Ich have an Activity “Call Server” which could fail and Error Boundery Event.
image

Will Async-Job retry (3 times) before process comes to Error Boundery Event or it comes to Error Boundery Event immidiatelly after the first failed attempt?

best regards
Roman

I made a small example, which shows that retry mechanism is not applied in case of error boundary event is attached.

Is is possible to retry first before process goes to error boundary event?

See this thread: How to trigger the Camunda Retry mechanism in case of a service call

1 Like