Camunda Retry & ErrorBoundaryEvent

Hi Team,
I have a use case, I have a service task, if the service task is getting failed, I should retry 3 times, if still failed I should throw the “Error Boundary Event”. How to do that.
I know about retries and I know about Error Boundary Event… But not sure about integrating both in the single service task. Can you please help me on this ?

In Short: Service task - retry 3 times, if still failed call ErrorBoundaryEvent.

Use the search function of the forum. This question has been asked (and answered) here already.

HI @fml2 ,
I don’t see both included in the single functionality as I searched. Could you plz share the link if any.

Hi @vinothkumar,
maybe have a look at this thread:

1 Like