Back to All

Feature request: Implement retry cycles for servicetasks (failedJobRetryTimeCycle)

It would be great if we could use the Camunda function "retry cycle" in Onify to retry a task, that sometimes fails, a specified number of times with a specified time apart. Now we need to build this logic ourselves around tasks that need such "safety net" to not exit a full flow because of some intermittent downtime or unreliable service e t c. 😊

<bpmn:serviceTask id="sendEmailTask" name="Send Email Task"
camunda:asyncBefore="true"
camunda:failedJobRetryTimeCycle="R3/PT30S">
</bpmn:serviceTask>