Tibor Mikita: Hello Does REST connector automatically do retries on failure? Can this be configured?
Pavel Kotelevsky: Hi @Tibor Mikita
REST Connector automatically does 3 retries. From the perspective of Zeebe, the REST Connector task is a service task, and service tasks default to 3 retries.
Unfortunately, we donโt yet offer a way to configure this via the element template. However, you can make the change in place in your BPMN XML by updating the task definition extension property of the rest connector task, e.g.:
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="5" />
Please refer to the service tasks documentation for more insights.
https://docs.camunda.io/docs/1.2/reference/bpmn-processes/service-tasks/#task-definition
Tibor Mikita: Thank you!
Note: This post was generated by Slack Archivist from a conversation in the Camunda Platform 8 Slack, a source of valuable discussions on Camunda 8 (join here). Someone in the Slack thought this was worth sharing!
If this post answered a question for you, hit the Like button - we use that to assess which posts to put into docs.