failedJobRetryTimeCycle property in an element template

Hello,

I try to define in an element template the property camunda:failedJobRetryTimeCycle but I don’t succeed to have the following code in the bpmn file.

<bpmn:serviceTask id=“…”>
bpmn:extensionElements

<camunda:failedJobRetryTimeCycle>R5/PT10S</camunda:failedJobRetryTimeCycle>

</bpmn:extensionElements>

(I have tested the following binding type without success: property, camunda:property, camunda:field:
{
“label”: “Retry time Cycle”,
“type”: “Hidden”,
“value”: “R5/PT10S”,
“binding”: {
“type”: “property”,
“name”: “camunda:failedJobRetryTimeCycle”
},

The purpose is to design a business process with predefined tasks and their predefined configurations.

Is it possible to do it or is it impossible to define this property in an element template?

Thanks in advance.

Regards